Update links.

This commit is contained in:
CronyAkatsuki 2024-01-06 20:49:11 +01:00
parent 7365240e35
commit f914d57a74
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Now to make it mount on system reboot we need to add this line to fstab.
```bash
# go to upfast's user's home and curl the upfast binary, make sure to run the next command's as root
cd /usr/local/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.1/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.2/upfast
chmod +x upfast
```
```bash
@ -74,7 +74,7 @@ When new update of upfast come's out all you will need to change to upfast user
```bash
su upfast
cd /usr/local/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.1/upfast
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.2/upfast
```
## Startup automaticallly on system restart