diff --git a/scripts/install.sh b/scripts/install.sh index 1623a1c..9188035 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -13,7 +13,7 @@ PACKER_VERSION="0.10.2" apt-get update apt-get -y install docker.io ansible unzip # add docker privileges -usermod -G docker ubuntu +usermod -aG docker ubuntu # install pip pip install -U pip && pip3 install -U pip if [[ $? == 127 ]]; then