Update run.sh
This commit is contained in:
parent
e10fa36543
commit
2665a153a3
3
run.sh
3
run.sh
@ -19,8 +19,9 @@ END
|
|||||||
chmod +x update.sh
|
chmod +x update.sh
|
||||||
ln -s /root/update.sh /etc/cron.weekly/update_docker
|
ln -s /root/update.sh /etc/cron.weekly/update_docker
|
||||||
|
|
||||||
|
touch docker-compose.yml
|
||||||
|
|
||||||
#docker
|
#docker
|
||||||
apt install -y curl
|
apt install -y curl
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
sh ./get-docker.sh
|
sh ./get-docker.sh
|
||||||
touch docker-compose.yml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user