renamed upfast.sh to install.sh

This commit is contained in:
Raymaekers Luca 2023-04-05 12:48:30 +02:00
parent b376d91e21
commit 972f55f38d

View File

@ -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