mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: print correct package name (#4425)
This commit is contained in:
@ -78,7 +78,7 @@ if command apt-get &>/dev/null; then
|
|||||||
elif command dnf &>/dev/null; then
|
elif command dnf &>/dev/null; then
|
||||||
sudo dnf install libnotify-dev
|
sudo dnf install libnotify-dev
|
||||||
else
|
else
|
||||||
echo 'Your system is not supported, please install keybinder3 manually.'
|
echo 'Your system is not supported, please install libnotify manually.'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add the githooks directory to your git configuration
|
# Add the githooks directory to your git configuration
|
||||||
|
Reference in New Issue
Block a user