Skip to content

Commit

Permalink
fix: actually install git
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Feb 1, 2024
1 parent 49b27d8 commit 50fd374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunet/install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Install prerequisite packages.."
apt -qqy install apt-transport-https ca-certificates \
curl gnupg2 software-properties-common
echo "Install git.."
apt -qqy git
apt -qqy install git
echo "Add Docker repository GPG key.."
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
echo "Add Docker reposity.."
Expand Down

0 comments on commit 50fd374

Please sign in to comment.