escape utils variables
This commit is contained in:
@@ -13,15 +13,11 @@ if not_installed "docker"; then
|
||||
printf "Installing docker...\n"
|
||||
|
||||
# Requirements
|
||||
install \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg-agent \
|
||||
install apt-transport-https ca-certificates curl gnupg-agent \
|
||||
software-properties-common
|
||||
|
||||
# Add repository
|
||||
add_key https://download.docker.com/linux/ubuntu/gpg
|
||||
add_key "https://download.docker.com/linux/ubuntu/gpg"
|
||||
sudo add-apt-repository -y \
|
||||
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
|
||||
Reference in New Issue
Block a user