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:
parent
0a0f2adf76
commit
7d20ca5a77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user