From aff8253831379d218057f2ab7f98ef175ae4f5b6 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 26 Apr 2020 22:49:10 -0500 Subject: [PATCH] - Added pip3 to xkeysnail installer --- xkeysnail_service.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 5542f05..13edb37 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -29,6 +29,11 @@ if [[ $1 == "1" || $1 == "2" || $1 == "3" || $1 == "winmac" || $1 == "mac" || $1 echo "Will need to install inotify-tools to restart key remapper live for config file changes..." sudo ./system-config/unipkg.sh inotify-tools fi + if ! [ -x "$(command -v pip3)" ]; then + echo "Will need to install python3-pip..." + sudo ./system-config/unipkg.sh python3-pip + fi + # echo "Transferring files..." mkdir -p ~/.config/kinto