srchub-install

srchub-install Commit Details


Date:2015-10-31 22:20:16 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:690e82450185ac125e180fe734b16b56a31ab4df
Parents: df80ca1adb3038e90fc79b4b46f9a5d9130ec59e
Message:updating installer

Changes:

File differences

srchub-install.py
221221
222222
223223
224
224
225225
226226
227227
def install_package(package):
if distro == "Debian":
call(["apt-get", "--assume-yes", "-y", "install", package])
call(["apt-get", "--assume-yes", "-y", "install", package, ">", "/dev/null"])
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.06000s using 14 queries.