Skip to content

Commit

Permalink
Fix Azure Script (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: AbdullahAlShaad <[email protected]>
  • Loading branch information
AbdullahAlShaad authored Oct 22, 2024
1 parent 98bb861 commit 2e49a89
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ RESOURCE_GROUP=$7
sudo su
HOME="/root"
cd $HOME
apt-get -y update
apt upgrade -y

export DEBIAN_FRONTEND=noninteractive
apt-get -y update || true
apt upgrade -y || true
set -xeo pipefail
exec >/root/userdata.log 2>&1

Expand Down

0 comments on commit 2e49a89

Please sign in to comment.