Update script.sh

This commit is contained in:
kadma
2024-08-31 23:55:16 -05:00
committed by GitHub
parent 0ad86c5246
commit f63ff47f53

View File

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