fix: print correct package name (#4425)

This commit is contained in:
Juliano Penna 2024-01-20 12:18:50 -03:00 committed by GitHub
parent 0a0f2adf76
commit 7d20ca5a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ if command apt-get &>/dev/null; then
elif command dnf &>/dev/null; then
sudo dnf install libnotify-dev
else
echo 'Your system is not supported, please install keybinder3 manually.'
echo 'Your system is not supported, please install libnotify manually.'
fi
# Add the githooks directory to your git configuration