jfksjy# with '#' will be ignored, and an empty message aborts the commit.

extrastats
Simon 3 years ago
parent 3c8000e79a
commit 8614390f23

@ -28,12 +28,7 @@ echo Installing required packages...
echo Install Docker Community Edition... echo Install Docker Community Edition...
#apt-get remove docker docker-engine docker.io && #apt-get remove docker docker-engine docker.io &&
apt-get -y update && apt-get -y update &&
apt-get install \ apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common &&
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common &&
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - && curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - &&
add-apt-repository \ add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \ "deb [arch=amd64] https://download.docker.com/linux/debian \

Loading…
Cancel
Save

Powered by TurnKey Linux.