From 4a3bfe79e2578dd85cb6ff2ebc5505f758c64ab6 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 26 Jan 2024 21:19:32 -0600 Subject: [PATCH] Temporary fix to allow pip3 to install custom xkeysnail --- xkeysnail_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 6acf902..fb8c3f7 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -566,7 +566,7 @@ if ! [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then git clone -b kinto --depth 10 https://github.com/rbreaves/xkeysnail.git cd xkeysnail fi - sudo pip3 install --upgrade . + sudo pip3 install --upgrade . --break-system-packages cd .. which xkeysnail if [ $? -eq 1 ]; then