Skip to content

Commit

Permalink
Temporary fix to allow pip3 to install custom xkeysnail
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreaves committed Jan 27, 2024
1 parent 6f42c68 commit 4a3bfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkeysnail_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a3bfe7

Please sign in to comment.