Update README.md

This commit is contained in:
kadma
2024-08-31 23:54:58 -05:00
committed by GitHub
parent 13d79ec6b3
commit 0ad86c5246

View File

@@ -1,11 +1,6 @@
## actualmente da error
#### manual
ejecutar primero
```sh
apt update && apt install wget -y
```
despues
```sh
bash -c "$(wget -qLO - https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/script.sh)"
apt update && apt install wget -y && bash -c "$(wget -qLO - https://raw.githubusercontent.com/kadma/pruebasdocker/main/onedrive/cron/script.sh)"
```