File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ OS_TYPE=$(cat /etc/os-release | awk -F '=' '/^NAME/{print $2}' | awk '{print $1}
22
22
Ubuntu* )
23
23
echo " [*] OS Detected: $OS_TYPE " ;
24
24
echo " [*] Installing required packages"
25
- apt-get install apt-transport-https ca-certificates curl software-properties-common;
25
+ apt-get install -y apt-transport-https ca-certificates curl software-properties-common;
26
26
echo " [*] Adding docker GPG key to keystore."
27
27
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -;
28
28
echo " [*] Adding docker to repositories."
@@ -65,4 +65,4 @@ OS_TYPE=$(cat /etc/os-release | awk -F '=' '/^NAME/{print $2}' | awk '{print $1}
65
65
}
66
66
67
67
# Checking whether this is script was imported or is the entry point.
68
- [[ " $0 " == " $BASH_SOURCE " ]] && main " $@ "
68
+ [[ " $0 " == " $BASH_SOURCE " ]] && main " $@ "
You can’t perform that action at this time.
0 commit comments