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.
2 parents b4cf8f1 + 9568fb1 commit 19f2ad7Copy full SHA for 19f2ad7
aut-apps.sh
@@ -1,5 +1,7 @@
1
#! /usr/bin/env bash
2
+
3
set -euo pipefail
4
5
if [[ $EUID -ne 0 ]]; then
6
echo "This script must be run as root" 1>&2
7
exit 1
@@ -18,4 +20,4 @@ curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > $
18
20
install -o root -g root -m 644 $tmp_dir/microsoft.gpg /etc/apt/trusted.gpg.d/
19
21
apt update
22
echo 'Start install'
-apt-get -y install google-chrome-stable git apt-transport-https code
23
+apt-get -y install google-chrome-stable git apt-transport-https code
0 commit comments