Skip to content

Commit

Permalink
Using correct package name for unattended-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
David Huerta committed Apr 28, 2017
1 parent dab0db1 commit 3090e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp blooming-onion/config/tor/torrc /etc/tor/.
service tor reload

echo 'Configuring automatic security upgrades...'
apt-get -y install unattended-upgrade
apt-get -y install unattended-upgrades
cp blooming-onion/config/apt/20auto-upgrades /etc/apt/apt.conf.d/.

ONION_ADDRESS=`sudo cat /var/lib/tor/hidden_service/hostname`
Expand All @@ -44,4 +44,4 @@ if [ -n "$ONION_ADDRESS" ]; then
echo 'Enter this address into the Tor browser: '$ONION_ADDRESS
else
echo 'Could not get a .onion address. :( Try running this script one more time?'
fi
fi

0 comments on commit 3090e76

Please sign in to comment.