Update install_service.sh

This commit is contained in:
gunu3371 2024-07-15 22:43:02 +09:00 committed by GitHub
parent 428909acb1
commit 6e2e523570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
systemctl disable --now m1s_ups
apt update apt update
apt install python3-pip apt install python3-pip
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt