Update curl links

This commit is contained in:
CronyAkatsuki 2023-12-21 18:37:16 +01:00
parent 82cca8084f
commit 61e20c9b06

View File

@ -33,7 +33,7 @@ chmod 700 /usr/local/upfast
su upfast
# go to upfast's user's home and curl the upfast binary
cd ~
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.0/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.1/upfast
chmod +x upfast
```
@ -44,7 +44,7 @@ When new update of upfast come's out all you will need to change to upfast user
```bash
su upfast
cd ~
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.0/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.1/upfast
```
## Startup automaticallly on system restart