From f914d57a7490f30426884a58e15ad8502589ed47 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 6 Jan 2024 20:49:11 +0100 Subject: [PATCH] Update links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f60c66c..d495426 100644 --- a/README.md +++ b/README.md @@ -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