Skip to content

Commit

Permalink
Updating apt cache at start of quick-install script (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 11, 2020
1 parent 38ad89b commit 3fe402f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quick-install
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if [ -f /etc/nginx/sites-enabled/KVMPi.conf ]; then
fi

pushd $(mktemp -d)
sudo apt-get update
sudo apt-get install -y libssl-dev python3-dev python3-venv
python3 -m venv venv
. venv/bin/activate
Expand Down

0 comments on commit 3fe402f

Please sign in to comment.