From e10fa3654346589ed6c7644a85aecb3af032ff26 Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Wed, 22 Feb 2023 09:57:59 +0100 Subject: [PATCH] Update run.sh --- run.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/run.sh b/run.sh index 0124e43..bb9f76d 100644 --- a/run.sh +++ b/run.sh @@ -6,12 +6,6 @@ cd /root apt update && apt upgrade -y apt install -y unattended-upgrades apt-config-auto-update -#docker -apt install -y curl -curl -fsSL https://get.docker.com -o get-docker.sh -sh ./get-docker.sh -touch docker-compose.yml - #update script cat >> update.sh << 'END' #!/bin/bash @@ -24,3 +18,9 @@ END chmod +x update.sh ln -s /root/update.sh /etc/cron.weekly/update_docker + +#docker +apt install -y curl +curl -fsSL https://get.docker.com -o get-docker.sh +sh ./get-docker.sh +touch docker-compose.yml