Skip to content

Commit 19f2ad7

Browse files
committed
Merge branch 'automating_applications' of github.com:kpi-web-guild/devspace into automating_applications
2 parents b4cf8f1 + 9568fb1 commit 19f2ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aut-apps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /usr/bin/env bash
2+
23
set -euo pipefail
4+
35
if [[ $EUID -ne 0 ]]; then
46
echo "This script must be run as root" 1>&2
57
exit 1
@@ -18,4 +20,4 @@ curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > $
1820
install -o root -g root -m 644 $tmp_dir/microsoft.gpg /etc/apt/trusted.gpg.d/
1921
apt update
2022
echo 'Start install'
21-
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

Comments
 (0)