mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Added git dependency install
This commit is contained in:
@@ -324,6 +324,10 @@ expsh=" "
|
|||||||
# 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 ./linux/system-config/unipkg.sh inotify-tools
|
# sudo ./linux/system-config/unipkg.sh inotify-tools
|
||||||
# fi
|
# fi
|
||||||
|
if ! [ -x "$(command -v git)" ]; then
|
||||||
|
echo "Will need to install git..."
|
||||||
|
sudo ./linux/system-config/unipkg.sh git
|
||||||
|
fi
|
||||||
if ! [ -x "$(command -v pip3)" ]; then
|
if ! [ -x "$(command -v pip3)" ]; then
|
||||||
echo "Will need to install python3-pip..."
|
echo "Will need to install python3-pip..."
|
||||||
sudo ./linux/system-config/unipkg.sh python3-pip
|
sudo ./linux/system-config/unipkg.sh python3-pip
|
||||||
|
Reference in New Issue
Block a user