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