Skip to content

Commit 4ba7ac7

Browse files
webknjazRootenberG
andauthored
Update aut-apps.sh
Co-Authored-By: RootenberG <[email protected]>
1 parent ea80098 commit 4ba7ac7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aut-apps.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#! /usr/bin/env bash
2+
3+
set -euo pipefail
4+
25
set -euo pipefail
36
if [[ $EUID -ne 0 ]]; then
47
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 > $
1821
install -o root -g root -m 644 $tmp_dir/microsoft.gpg /etc/apt/trusted.gpg.d/
1922
apt update
2023
echo 'Start install'
21-
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

Comments
 (0)