allow install docker to fail

pull/11317/head
Sharif Elgamal 2021-05-07 10:07:08 -07:00
parent 290230831e
commit 603e49189e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
sudo ARCH="$ARCH"./installers/check_install_golang.sh "1.16.1" "/usr/local" || true
# install docker and kubectl if not present
sudo ARCH="$ARCH" ./installers/check_install_docker.sh
sudo ARCH="$ARCH" ./installers/check_install_docker.sh || true
# let's just clean all docker artifacts up
docker system prune --force --volumes || true