srchub-install

srchub-install Commit Details


Date:2015-11-01 09:00:16 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:bbc107d06f09343ef5503d750240bd09d2f272f3
Parents: db05a87d197e8fc27362786273ec5486f2cfbb97
Message:moving mariadb server to install last

Changes:

File differences

srchub-install.py
233233
234234
235235
236
237
236
237
238238
239239
240240
code = d.yesno("Do you want me to attempt to install the needed packages?")
if code == d.OK:
d.gauge_start("Installing...")
packages = ["git", "mercurial", "subversion", "mariadb-server", "mariadb-client", "libapache2-mod-php5",
"php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch"]
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
i = 0.0
for package in packages:

Archive Download the corresponding diff file

Branches

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