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 66d0634 commit 91f5405Copy full SHA for 91f5405
aut-apps.sh
@@ -7,7 +7,7 @@ touch /etc/apt/sources.list.d/google-chrome.list
7
echo 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main'>/etc/apt/sources.list.d/google-chrome.list
8
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
9
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add linux_signing_key.pub
10
-curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
+curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
11
install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
12
apt update
13
echo 'Start install'
0 commit comments