srchub-install

srchub-install Commit Details


Date:2015-10-31 21:53:31 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:6fc8dcb79b56d2dde048cea7e75f48b197c48e81
Parents: 26e2550013b9a43956e94ac28000092afbaea61e
Message:updating install

Changes:

File differences

install.sh
11
22
3
34
45
56
#!/bin/bash
apt-get update
apt-get install -y --assume-yes python-pip wget dialog
pip install python2-pythondialog
wget -qO- "https://srchub.org/p/srchub-install/source/file/master/srchub-install.py" | python
srchub-install.py
166166
167167
168168
169
169
170170
171171
172172
with open('/tmp/cron', 'w') as content_file:
content_file.write(CRON_JOB_SCRIPT)
call("crontab -u www-data /tmp/cron".split(" "))
call(["rm /tmp/cron"])
call(["rm", "/tmp/cron"])
def update_mercurial_hooks():
hgconf = ""

Archive Download the corresponding diff file

Branches

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