Temporary fix to allow pip3 to install custom xkeysnail

This commit is contained in:
Ben Reaves
2024-01-26 21:19:32 -06:00
parent 6f42c68e4b
commit 4a3bfe79e2

View File

@@ -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