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
|
$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
|
||||||
|
|
Loading…
Reference in a new issue