mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 10:58:26 +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
|
git clone -b kinto --depth 10 https://github.com/rbreaves/xkeysnail.git
|
||||||
cd xkeysnail
|
cd xkeysnail
|
||||||
fi
|
fi
|
||||||
sudo pip3 install --upgrade .
|
sudo pip3 install --upgrade . --break-system-packages
|
||||||
cd ..
|
cd ..
|
||||||
which xkeysnail
|
which xkeysnail
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
|
Reference in New Issue
Block a user