swee / Update forgejo script
0 likes
0 forks
1 files
Last active 7 months ago
Simple script to update Forgejo Server.
| 1 | # HOW TO USE THIS SCRIPT |
| 2 | # download this file and run |
| 3 | # python3 forgejoupdate.py |
| 4 | # |
| 5 | # If you aren't root, use sudo or doas. |
| 6 | # |
| 7 | # If you use an init system to run Forgejo, you can let this script automatically restart Forgejo for you |
| 8 | # (Assuming Forgejo's service name is `forgejo`) |
| 9 | # By passsing the arguments `systemd` or `openrc` |
| 10 | # |