Skip to content

Commit

Permalink
fix: add apt update to zero-knowledge install
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed May 2, 2020
1 parent ed8a27e commit 5a2350c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -8,6 +8,7 @@ title() {
}

title "Install pip and Ansible"
sudo apt update
sudo apt install python3-pip -y
sudo pip3 install ansible

Expand Down

0 comments on commit 5a2350c

Please sign in to comment.