srchub-install

srchub-install Commit Details


Date:2016-03-27 18:40:26 (8 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:1dbcb4ca8574e42625a7c388245b8679072b07f5
Parents: 30bdc48c05264c2f86a9f520c4679634aa0a8f52
Message:adding update/upgrade to script

Changes:

File differences

srchub-install.py
233233
234234
235235
236
237
236238
237239
238240
code = d.yesno("Do you want me to attempt to install the needed packages?")
if code == d.OK:
d.gauge_start("Installing...")
call(["apt-get", "update"])
call(["apt-get", "upgrade"])
packages = ["git", "mercurial", "subversion", "mariadb-client", "libapache2-mod-php5",
"php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch", "mariadb-server"]
percent = 0

Archive Download the corresponding diff file

Branches

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