Update install_service.sh

This commit is contained in:
gunu3371 2024-08-31 21:46:28 +09:00 committed by GitHub
parent d588719d44
commit 36c8fdc4c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
systemctl disable --now m1s_ups
apt update
apt install python3-pip
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt --break-system-packages
mkdir -p /etc/m1s_ups/log
cp kill.sh /etc/m1s_ups/