Skip to content

Commit

Permalink
edited git install command
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed Sep 2, 2024
1 parent e91b07b commit 18bc448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/public/runBuidlGuidlClient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if [ "$os_name" = "Linux" ]; then
read -r -p "❓ Git is not installed. Do you want to install it? [y/n] " response
if [[ "$response" =~ ^[Yy]$ ]]; then
echo -e "\n💪 Installing Git"
sudo apt-get install git-all -y
sudo apt-get install git -y
else
echo -e "\n👎 Git installation canceled.\n"
fi
Expand Down

0 comments on commit 18bc448

Please sign in to comment.