aggiunte delle virgolette di sicurezza intorno a $
parent
e455da82a6
commit
874fac02f9
|
|
@ -5,7 +5,7 @@ function feat_addpacks_docker() {
|
|||
if ! feat_missing "apt-get"; then
|
||||
sudo apt-get remove docker docker-engine docker.io containerd runc
|
||||
sudo apt-get update
|
||||
if [ $(apt-cache search docker-ce | grep -o "^docker-ce ") != "docker-ce" ]; then
|
||||
if [ "$(apt-cache search docker-ce | grep -o "^docker-ce ")" != "docker-ce" ]; then
|
||||
sudo apt-get install \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
|
|
|
|||
Loading…
Reference in New Issue