From 3d1ba3bb5c630bfece1fb0453dd45cc554af9858 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 13:04:05 +0200 Subject: [PATCH 1/2] use cronyakatsuk instead of craftmenners s: --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 783baee..f0adcc1 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ chmod 700 /usr/local/upfast su upfast -c' cd -git clone https://git.craftmenners.men/upfast . +git clone https://code.cronyakatsuki.xyz/crony/upfast . python3 -m venv env . ./env/bin/activate From e9563be67a23051be08e48cf91bbb009bf994835 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 13:05:34 +0200 Subject: [PATCH 2/2] fixed typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f0adcc1..8dd5660 100755 --- a/install.sh +++ b/install.sh @@ -23,4 +23,4 @@ pip install -r requirements.txt mkdir upload' cp ./upfast.service /etc/systemd/system/upfast.service -systemctl daemon reload +systemctl daemon-reload