From f63ff47f531db668d9ff21d1c61b2828cd31b910 Mon Sep 17 00:00:00 2001 From: kadma Date: Sat, 31 Aug 2024 23:55:16 -0500 Subject: [PATCH] Update script.sh --- onedrive/cron/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onedrive/cron/script.sh b/onedrive/cron/script.sh index 725927b..7fdf71a 100644 --- a/onedrive/cron/script.sh +++ b/onedrive/cron/script.sh @@ -1,4 +1,4 @@ -apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano curl wget -y +apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano curl -y pip3 install schedule wget -b -P /app/cron1m.py https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/cron1m.py wget -b -P /app/cron7h.py https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/cron7h.py