Skip to content

Commit

Permalink
make the apt upgrade noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyCorgi authored Nov 21, 2024
1 parent 9b5b740 commit 469039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespace-basic-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#fix the uuidgen command not found error
sudo apt update
sudo apt upgrade
sudo apt upgrade -y
sudo apt install -y uuid-runtime gcc-multilib

#install
Expand Down

0 comments on commit 469039e

Please sign in to comment.