Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Remove Timezone change.
  • Loading branch information
Snipa22 committed Jul 18, 2017
1 parent fab7f9c commit 6411fe3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.sh
Expand Up @@ -7,10 +7,6 @@ if [[ `whoami` == "root" ]]; then
exit 1
fi
CURUSER=$(whoami)
echo "Etc/UTC" | sudo tee -a /etc/timezone
sudo rm -rf /etc/localtime
sudo ln -s /usr/share/zoneinfo/Zulu /etc/localtime
sudo dpkg-reconfigure -f noninteractive tzdata
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install git python-virtualenv python3-virtualenv curl ntp build-essential screen cmake pkg-config libboost-all-dev libevent-dev libunbound-dev libminiupnpc-dev libunwind8-dev liblzma-dev libldns-dev libexpat1-dev libgtest-dev libzmq3-dev
Expand Down

0 comments on commit 6411fe3

Please sign in to comment.