From 9ff41d520fadb04e54cbdf504c0e987cf3cddc44 Mon Sep 17 00:00:00 2001 From: gunu3371 <55932910+gunu3371@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:39:01 +0900 Subject: [PATCH] Update install_service.sh --- install_service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'