refactor(install-script): Add flatpak installs

This commit is contained in:
Pratik Tripathy
2025-10-13 16:29:49 +05:30
parent 90327cd808
commit d6d928d5b6
3 changed files with 11 additions and 12 deletions

View File

@@ -56,8 +56,9 @@ main() {
./install-os-packages.sh
# Skip brew installation on FreeBSD
# Skip flatpak & brew installations on FreeBSD
if [ "$(uname -s)" != "FreeBSD" ]; then
./install-flatpak-packages.sh
./install-brew-packages.sh
fi