Merge "Use sudo in systemctl unmask call"

This commit is contained in:
Zuul 2019-03-01 23:50:27 +00:00 committed by Gerrit Code Review
commit c4977836e1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sudo apt-get install --no-install-recommends -y \
software-properties-common
# Purge Docker and install Docker CE
systemctl unmask docker.service
sudo systemctl unmask docker.service
sudo apt-get remove --no-install-recommends -y docker docker-engine docker.io
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-add-repository \