renamed upfast.sh to install.sh
This commit is contained in:
parent
b376d91e21
commit
972f55f38d
1 changed files with 1 additions and 3 deletions
|
@ -7,8 +7,6 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
cp ./upfast.service /etc/systemd/system/upfast.service
|
||||
|
||||
useradd --shell /bin/sh --system --home-dir /usr/local/upfast upfast
|
||||
mkdir -p /usr/local/upfast # dodge copying of skeletons
|
||||
|
||||
|
@ -24,4 +22,4 @@ python3 -m venv env
|
|||
pip install -r requirements.txt
|
||||
mkdir upload'
|
||||
|
||||
systemctl enable --now upfast.service
|
||||
cp ./upfast.service /etc/systemd/system/upfast.service
|
Loading…
Add table
Add a link
Reference in a new issue