Update the cURL command
This commit is contained in:
parent
534ec03a75
commit
60baaeac9f
@ -20,7 +20,8 @@ This script uses `curl` and `restorecon` commands but if you have followed my ar
|
||||
Since this script must be executed with root rights, it is a good practice to place it in `/usr/local/sbin/`.
|
||||
|
||||
```
|
||||
sudo curl -Lo /usr/local/sbin/gitea-updater -sSf https://gitea.illuad.fr/adrien/gitea-updater/raw/branch/master/gitea-updater
|
||||
curl -LOsSf https://gitea.illuad.fr/adrien/gitea-updater/raw/branch/master/gitea-updater
|
||||
sudo mv gitea-updater /usr/local/sbin
|
||||
sudo chmod 750 /usr/local/sbin/gitea-updater
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user