1
0
Fork 0

fix docker

This commit is contained in:
root 2018-11-04 13:45:07 +00:00
parent cc452fc098
commit 9064669a9f
1 changed files with 2 additions and 0 deletions

View File

@ -34,9 +34,11 @@ decrypt_gpg() {
EE_DOCKER_SETUP() {
if [ ! -d $HOME/.ee ]; then
mkdir $HOME/.ee
fi
curl -fsSL get.docker.com -o $HOME/.ee/get-docker.sh
chmod +x $HOME/.ee/get-docker.sh
$HOME/.ee/get-docker.sh
}
MAINTENANCE_APT() {