mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 00:36:39 +02:00
Temporary fix to allow pip3 to install custom xkeysnail
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user