This commit is contained in:
Zachary Robert Thomas Boyd 2014-03-09 01:18:59 -05:00
parent 864d54f2e7
commit 8158a8b39e

View file

@ -3,6 +3,7 @@
URL=http://bit.ly/tor-router-zip URL=http://bit.ly/tor-router-zip
WAIT=1 WAIT=1
if [ ! -e /etc/update_checksum ]; then
echo "Updating Apt" echo "Updating Apt"
apt-get update; apt-get update;
echo "Installing prerequisites" echo "Installing prerequisites"
@ -16,3 +17,6 @@ echo "Setting new hostname"
echo "Hostname >>>$(hostname -f)<<<" echo "Hostname >>>$(hostname -f)<<<"
/sbin/reboot /sbin/reboot
else
/usr/local/bin/tor-router-update.sh
fi