Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Nov 19, 2024
1 parent 5c045e5 commit 9990ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ RELEASE="$(rpm -E %fedora)"
# List of rpmfusion packages can be found here:
# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1

dnf5 install dnf-plugins-core
dnf5 install -y dnf-plugins-core
dnf5 copr enable ublue-os/akmods
dnf5 install jupiter
dnf5 install -y jupiter


# this installs a package from fedora repos
dnf5 install adobe-source-code-pro-fonts android-tools bpftop \
dnf5 install -y adobe-source-code-pro-fonts android-tools bpftop \
edk2-ovmf flatpak-builder genisoimage iotop libvirt libvirt-nss p7zip-plugins p7zip podman-compose \
podman-tui podmansh powertop qemu-char-spice qemu-device-display-virtio-gpu qemu-device-display-virtio-vga \
qemu-device-usb-redirect qemu-img qemu-system-x86-core qemu-user-binfmt qemu-user-static qemu rocm-hip \
Expand Down

0 comments on commit 9990ebb

Please sign in to comment.