Skip to content

Commit

Permalink
feat: bring bauh back
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Feb 20, 2025
1 parent 93df919 commit ecad6fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions files/scripts/10-install-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -xueo pipefail

curl -Lo /usr/bin/bauh https://github.com/vinifmor/bauh/releases/download/0.10.7/bauh-0.10.7-x86_64.AppImage
chmod +x /usr/bin/bauh

cd /tmp
curl -Lo palemoon.tar.xz "https://www.palemoon.org/download.php?mirror=us&bits=64&type=linuxgtk3"
Expand Down
7 changes: 7 additions & 0 deletions files/system/usr/share/applications/bauh.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Software Store
Categories=System;
Comment=Install and manage Flatpak applications
Exec=/usr/bin/bauh
Icon=system-software-installer
2 changes: 1 addition & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
- audacious
- btop
- catfish
- deepin-qt5platform-plugins # for bauh
- edk2-ovmf
- fastfetch
- gdb
Expand Down Expand Up @@ -85,7 +86,6 @@ modules:
install:
- org.mozilla.firefox
- org.kde.kolourpaint
- org.dupot.easyflatpak
- org.geany.Geany

# Regenerate initramfs because of plymouth
Expand Down

0 comments on commit ecad6fb

Please sign in to comment.