diff --git a/cloud/aws.sh b/cloud/aws.sh index 114564b..03f7374 100755 --- a/cloud/aws.sh +++ b/cloud/aws.sh @@ -7,7 +7,6 @@ export DEBIAN_FRONTEND=noninteractive echo "=============== Installing system dependencies" sudo apt update \ - && sudo apt upgrade -y \ && sudo apt install -y \ apt-transport-https \ ca-certificates \