From 61e20c9b06f2878f8dcb2450c8fe8a4f6b2e2cc1 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Thu, 21 Dec 2023 18:37:16 +0100 Subject: [PATCH] Update curl links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9133956..4507545 100644 --- a/README.md +++ b/README.md @@ -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