srchub-install

srchub-install Commit Details


Date:2015-10-31 22:46:14 (9 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:20dd78e0a9f44ff7d5bd3218f102663116716a87
Parents: b3d462b31cfffd59392c6570ef118cd18db407d6
Message:updating installer

Changes:

File differences

srchub-install.py
222222
223223
224224
225
225
226226
227227
228228
def install_package(package):
    f = ""
    if distro == "Debian":
        call(["apt-get", "--assume-yes", "-y", "install", package], stdout=f)
        call(["apt-get", "--assume-yes", "-y", "install", package], shell=True, 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.08732s using 14 queries.