Compare commits

...

4 Commits

Author SHA1 Message Date
01aecfbe89 Updating --force 2025-06-16 12:49:25 -04:00
4dc42364b3 Updating --rebase 2025-06-16 12:48:54 -04:00
fbae24f3d7 Readme --ff-only 2025-06-16 12:46:38 -04:00
72da9c6152 Readme updating 2025-06-16 12:43:34 -04:00

View File

@ -26,3 +26,9 @@ python3 ./proxmox-ntfy/src/main.py http://your.domain.com/
```
Detatch from the current tmux session with `<Ctrl b><d>`, the script should now be deployed and running in the background.
## Updating
You can update the script without cloning the project:
```
git pull --depth=1 --rebase --force
```