Skip to content

Commit

Permalink
Disabled sudo apt-get update and sudo apt-get upgrade -y at start of …
Browse files Browse the repository at this point in the history
…bash script
  • Loading branch information
sfaber34 committed Aug 26, 2024
1 parent 22580e2 commit 2e6c701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/public/runBuidlGuidlClient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ echo -e "🕸 Consensus client selected: $c\n"
os_name=$(uname -s)

if [ "$os_name" = "Linux" ]; then
echo -e "\n💪 Updating apt-get packages"
sudo apt-get update
sudo apt-get upgrade -y
# echo -e "\n💪 Updating apt-get packages"
# sudo apt-get update
# sudo apt-get upgrade -y

echo -e "\n🕵️ Checking for dependencies\n"

Expand Down

0 comments on commit 2e6c701

Please sign in to comment.