mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
added dbeaver flatpak package
This commit is contained in:
parent
f888376e9f
commit
82679f90af
9
fedora-bootstrap/packages/dbeaver.sh
Normal file
9
fedora-bootstrap/packages/dbeaver.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
if [ "$SETUP_DEVELOPMENT" != true ]; then
|
||||
echo "${SKIPPING_PRE_TEXT} dbeaver. SETUP_DEVELOPMENT is not true"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
echo "${INSTALLING_PRE_TEXT} dbeaver as Flatpak"
|
||||
eval "flatpak install --system flathub io.dbeaver.DBeaverCommunity -y $OUTPUT_CONTROL"
|
||||
Loading…
Reference in New Issue
Block a user