Update run.sh

This commit is contained in:
Felix Schulze 2023-02-22 10:01:59 +01:00 committed by GitHub
parent e10fa36543
commit 2665a153a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
run.sh
View File

@ -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