From 7be97613163b8f41c1c20a293305c3bfa54e18da Mon Sep 17 00:00:00 2001 From: kadma Date: Sat, 31 Aug 2024 23:48:49 -0500 Subject: [PATCH] Create script.sh scrip para ejecutar manual --- onedrive/cron/script.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 onedrive/cron/script.sh diff --git a/onedrive/cron/script.sh b/onedrive/cron/script.sh new file mode 100644 index 0000000..bb1a152 --- /dev/null +++ b/onedrive/cron/script.sh @@ -0,0 +1,3 @@ +apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano curl wget -y +wget -b -P /app/cron1m.py https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/cron1m.py +wget -b -P /app/cron1m.py https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/cron7h.py