1
0
forked from crony/UpFast

Merge branch 'installation' into mine

This commit is contained in:
Raymaekers Luca 2023-04-05 13:15:16 +02:00
commit aa1dff7015

View File

@ -15,7 +15,7 @@ chmod 700 /usr/local/upfast
su upfast -c' su upfast -c'
cd cd
git clone https://git.craftmenners.men/upfast . git clone https://code.cronyakatsuki.xyz/crony/upfast .
python3 -m venv env python3 -m venv env
. ./env/bin/activate . ./env/bin/activate
@ -23,4 +23,4 @@ pip install -r requirements.txt
mkdir upload' mkdir upload'
cp ./upfast.service /etc/systemd/system/upfast.service cp ./upfast.service /etc/systemd/system/upfast.service
systemctl daemon reload systemctl daemon-reload