diff --git a/install_service.sh b/install_service.sh index 3c8d076..5d14255 100755 --- a/install_service.sh +++ b/install_service.sh @@ -1,5 +1,5 @@ #!/bin/bash - +python3 -m pip install -r requirements.txt mkdir -p /etc/m1s_ups/ cp kill.sh /etc/m1s_ups/ @@ -10,4 +10,4 @@ systemctl daemon-reload systemctl enable --now m1s_ups -echo 'install sucess' \ No newline at end of file +echo 'install sucess'