We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29af4af commit 0b782beCopy full SHA for 0b782be
ubuntu-setup.sh
@@ -8,7 +8,7 @@ password requisite pam_pwquality.so retry=3 dcredit=-1 ocredit=-1 u
8
# Step 1 - Add the apt sources & install for Edge and Intune
9
10
# Install Curl
11
-sudo apt install curl
+sudo apt install curl -y
12
13
# Install Microsoft's public key
14
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
22
sudo apt update
23
24
# Install Edge
25
-sudo apt install microsoft-edge-dev
+sudo apt install microsoft-edge-dev -y
26
27
# Install Intune
28
-sudo apt install intune-portal
+sudo apt install intune-portal -y
0 commit comments