forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
775b60ff49
commit
53bb6da3c9
1 changed files with 14 additions and 0 deletions
|
@ -50,6 +50,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
|||
FALSE "Handbrake - Video konvertalo progi" \
|
||||
FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
|
||||
FALSE "Helvum - Patchbay for PipeWire" \
|
||||
FALSE "Hollywood - Agyad eldobod hacker leszel azonnal" \
|
||||
FALSE "Input-Remapper 2.0 - egér/bill. gomb konfiguráló, macro író progi" \
|
||||
FALSE "iPhone Driver - Fileok es Kepek Masolasahoz" \
|
||||
FALSE "Jellyfin - Jellyfin Media Player" \
|
||||
|
@ -995,6 +996,19 @@ if [[ $user_choice = *"Helvum - Patchbay for PipeWire"* ]]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
if [[ $user_choice = *"Hollywood - Agyad eldobod hacker leszel azonnal
|
||||
"* ]]; then
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Hollywood${normal}
|
||||
|
||||
yay -S hollywood --noconfirm
|
||||
|
||||
echo ${bold}${yellow}Hollywood ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
fi
|
||||
|
||||
if [[ $user_choice = *"BTOP - Rendszermonitorozo app (terminalos)
|
||||
"* ]]; then
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue