forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
f1c37221ca
commit
afd50ee357
1 changed files with 13 additions and 0 deletions
|
@ -40,6 +40,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
|||
FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
|
||||
FALSE "Helvum - Patchbay for PipeWire" \
|
||||
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" \
|
||||
FALSE "KDEConnect - Gep es telefon link" \
|
||||
FALSE "Kdenlive - Linuxos videószerkesztő program" \
|
||||
|
@ -232,6 +233,18 @@ if [[ $user_choice = *"Input-Remapper 2.0 - egér/bill. gomb konfiguráló, macr
|
|||
echo
|
||||
fi
|
||||
|
||||
if [[ $user_choice = *"iPhone Driver - Fileok es Kepek Masolasahoz"* ]]; then
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}iPhone Driver${normal}
|
||||
|
||||
sudo pacman -S gvfs-afc gvfs-gphoto2 --noconfirm
|
||||
|
||||
echo ${bold}${yellow}iPhone Driver ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
fi
|
||||
|
||||
|
||||
if [[ $user_choice = *"Mumble - hang alapú csevegőalkalmazás"* ]]; then
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue