srchub-install

srchub-install Commit Details


Date:2015-10-31 22:32:59 (9 years 10 months ago)
Author:Natalie Adams
Branch:master
Commit:b3d462b31cfffd59392c6570ef118cd18db407d6
Parents: 690e82450185ac125e180fe734b16b56a31ab4df
Message:updating installer

Changes:

File differences

srchub-install.py
220220
221221
222222
223
223224
224
225
225226
226227
227228
d.msgbox(FINAL_MSG)
def install_package(package):
f = ""
if distro == "Debian":
call(["apt-get", "--assume-yes", "-y", "install", package, ">", "/dev/null"])
call(["apt-get", "--assume-yes", "-y", "install", package], stdout=f)
def install_packages():
code = d.yesno("Do you want me to attempt to install the needed packages?")

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.20598s using 14 queries.