Update docker.sh

This commit is contained in:
Felix Schulze 2024-01-02 14:19:56 +00:00
parent 2236959813
commit ea2c78d6f0

View File

@ -20,7 +20,6 @@ ln -s /root/update.sh /etc/cron.weekly/update_docker
touch docker-compose.yml
#docker
apt install -y curl
curl -fsSL https://get.docker.com -o get-docker.sh
sh ./get-docker.sh
rm get-docker.sh