Added entertainment platforms

This commit is contained in:
Maddox Werts 2025-05-27 16:57:38 -04:00
parent 1a1cd08352
commit b354461fba

View file

@ -116,7 +116,7 @@ install_pacman() {
$SYS_INSTALL godot zed $SYS_INSTALL godot zed
# Entertainment # Entertainment
$SYS_INSTALL steam retroarch $SYS_INSTALL steam
$SYS_INSTALL cartridges prismlauncher $SYS_INSTALL cartridges prismlauncher
# Graphics # Graphics
@ -132,6 +132,9 @@ install_aur() {
# Virtualization # Virtualization
$AUR_INSTALL bottles $AUR_INSTALL bottles
# Entertainment
$AUR_INSTALL flashpoint-launcher-bin
# Internet # Internet
$AUR_INSTALL feishin-bin $AUR_INSTALL feishin-bin
} }
@ -146,6 +149,7 @@ install_flat() {
# Entertainment # Entertainment
$FLH_INSTALL flathub org.vinegarhq.Sober $FLH_INSTALL flathub org.vinegarhq.Sober
$FLH_INSTALL flathub org.libretro.RetroArch
} }
# Entry Point # Entry Point