mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
build: update install_linux.sh
This commit is contained in:
parent
8cdf6f9ec0
commit
bb312b0a79
1 changed files with 8 additions and 2 deletions
|
@ -46,8 +46,14 @@ flutter config --enable-linux-desktop
|
||||||
# Fix any problems reported by flutter doctor
|
# Fix any problems reported by flutter doctor
|
||||||
flutter doctor
|
flutter doctor
|
||||||
|
|
||||||
# install keybinder-3.0
|
printMessage "Installing keybinder-3.0"
|
||||||
apt-get install keybinder-3.0
|
if command apt-get &> /dev/null; then
|
||||||
|
sudo apt-get install keybinder-3.0-dev
|
||||||
|
elif command dnf &> /dev/null; then
|
||||||
|
sudo dnf install keybinder3-devel
|
||||||
|
else
|
||||||
|
echo 'Your system is not supported, please install keybinder3 manually.'
|
||||||
|
fi
|
||||||
|
|
||||||
# Add the githooks directory to your git configuration
|
# Add the githooks directory to your git configuration
|
||||||
printMessage "Setting up githooks."
|
printMessage "Setting up githooks."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue