mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added pip3 to xkeysnail installer
This commit is contained in:
@@ -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..."
|
echo "Will need to install inotify-tools to restart key remapper live for config file changes..."
|
||||||
sudo ./system-config/unipkg.sh inotify-tools
|
sudo ./system-config/unipkg.sh inotify-tools
|
||||||
fi
|
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..."
|
# echo "Transferring files..."
|
||||||
mkdir -p ~/.config/kinto
|
mkdir -p ~/.config/kinto
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user