Skip to content

Commit 0b782be

Browse files
authored
Add -y
1 parent 29af4af commit 0b782be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ubuntu-setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ password requisite pam_pwquality.so retry=3 dcredit=-1 ocredit=-1 u
88
# Step 1 - Add the apt sources & install for Edge and Intune
99

1010
# Install Curl
11-
sudo apt install curl
11+
sudo apt install curl -y
1212

1313
# Install Microsoft's public key
1414
curl -sSl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
@@ -22,7 +22,7 @@ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge sta
2222
sudo apt update
2323

2424
# Install Edge
25-
sudo apt install microsoft-edge-dev
25+
sudo apt install microsoft-edge-dev -y
2626

2727
# Install Intune
28-
sudo apt install intune-portal
28+
sudo apt install intune-portal -y

0 commit comments

Comments
 (0)