Fix install

pull/137/head
TheBrokenRail 4 years ago committed by GitHub
parent 12b6634249
commit 51c8e539fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ fi
if [[ "$(lsb_release -cs)" = "buster" ]]; then
# Uninstall Old Docker
sudo apt-get remove -y docker docker-engine docker.io containerd runc
sudo apt-get remove -y docker.io
# Install Docker
curl -fsSL https://get.docker.com -o "${STORAGE}/get-docker.sh" || error 'Unable To Download Docker Install Script'
sudo sh "${STORAGE}/get-docker.sh" || error 'Unable To Install Docker'

Loading…
Cancel
Save