1
0
forked from crony/UpFast

Compare commits

..

No commits in common. "aa1dff70156a416712c9b83c37c015ac894263ce" and "69f19a1888d236ae28feb6860505035c5a21ac44" have entirely different histories.

View File

@ -15,7 +15,7 @@ chmod 700 /usr/local/upfast
su upfast -c' su upfast -c'
cd cd
git clone https://code.cronyakatsuki.xyz/crony/upfast . git clone https://git.craftmenners.men/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