From 36c8fdc4c753f3f383d26b2cf5f9b0b97feb5482 Mon Sep 17 00:00:00 2001 From: gunu3371 <55932910+gunu3371@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:46:28 +0900 Subject: [PATCH] Update install_service.sh --- install_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_service.sh b/install_service.sh index bcbd07e..75e66c2 100755 --- a/install_service.sh +++ b/install_service.sh @@ -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/