escape utils variables

This commit is contained in:
Andrejus
2020-02-26 17:27:44 +00:00
parent 78275b144e
commit f3690da2f1
4 changed files with 5 additions and 9 deletions

View File

@@ -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) \