forked from crony/UpFast
renamed upfast.sh to install.sh
This commit is contained in:
parent
b376d91e21
commit
972f55f38d
@ -7,8 +7,6 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp ./upfast.service /etc/systemd/system/upfast.service
|
|
||||||
|
|
||||||
useradd --shell /bin/sh --system --home-dir /usr/local/upfast upfast
|
useradd --shell /bin/sh --system --home-dir /usr/local/upfast upfast
|
||||||
mkdir -p /usr/local/upfast # dodge copying of skeletons
|
mkdir -p /usr/local/upfast # dodge copying of skeletons
|
||||||
|
|
||||||
@ -24,4 +22,4 @@ python3 -m venv env
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
mkdir upload'
|
mkdir upload'
|
||||||
|
|
||||||
systemctl enable --now upfast.service
|
cp ./upfast.service /etc/systemd/system/upfast.service
|
Loading…
Reference in New Issue
Block a user