Update curl links
This commit is contained in:
parent
f8cc04f18e
commit
7f06794dc2
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,8 @@ chmod 700 /usr/local/upfast
|
||||||
su upfast
|
su upfast
|
||||||
# go to upfast's user's home and curl the upfast binary
|
# go to upfast's user's home and curl the upfast binary
|
||||||
cd ~
|
cd ~
|
||||||
curl -O binary
|
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.0/upfast
|
||||||
|
chmod +x upfast
|
||||||
```
|
```
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
@ -41,7 +42,7 @@ When new update of upfast come's out all you will need to change to upfast user
|
||||||
```bash
|
```bash
|
||||||
su upfast
|
su upfast
|
||||||
cd ~
|
cd ~
|
||||||
curl -O binary
|
curl -O https://code.cronyakatsuki.xyz/crony/UpFast/releases/download/v1.0/upfast
|
||||||
```
|
```
|
||||||
|
|
||||||
## Startup automaticallly on system restart
|
## Startup automaticallly on system restart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue