|
@@ -72,6 +72,15 @@ else
|
|
|
echo 'Your system is not supported, please install keybinder3 manually.'
|
|
|
fi
|
|
|
|
|
|
+printMessage "Installing libnotify"
|
|
|
+if command apt-get &>/dev/null; then
|
|
|
+ sudo apt-get install libnotify-dev
|
|
|
+elif command dnf &>/dev/null; then
|
|
|
+ sudo dnf install libnotify-dev
|
|
|
+else
|
|
|
+ echo 'Your system is not supported, please install keybinder3 manually.'
|
|
|
+fi
|
|
|
+
|
|
|
# Add the githooks directory to your git configuration
|
|
|
printMessage "Setting up githooks."
|
|
|
git config core.hooksPath .githooks
|