Added entertainment platforms
This commit is contained in:
parent
1a1cd08352
commit
b354461fba
1 changed files with 5 additions and 1 deletions
|
@ -116,7 +116,7 @@ install_pacman() {
|
|||
$SYS_INSTALL godot zed
|
||||
|
||||
# Entertainment
|
||||
$SYS_INSTALL steam retroarch
|
||||
$SYS_INSTALL steam
|
||||
$SYS_INSTALL cartridges prismlauncher
|
||||
|
||||
# Graphics
|
||||
|
@ -132,6 +132,9 @@ install_aur() {
|
|||
# Virtualization
|
||||
$AUR_INSTALL bottles
|
||||
|
||||
# Entertainment
|
||||
$AUR_INSTALL flashpoint-launcher-bin
|
||||
|
||||
# Internet
|
||||
$AUR_INSTALL feishin-bin
|
||||
}
|
||||
|
@ -146,6 +149,7 @@ install_flat() {
|
|||
|
||||
# Entertainment
|
||||
$FLH_INSTALL flathub org.vinegarhq.Sober
|
||||
$FLH_INSTALL flathub org.libretro.RetroArch
|
||||
}
|
||||
|
||||
# Entry Point
|
||||
|
|
Loading…
Reference in a new issue