1
0
Fork 0
forked from RP1/RaveOS-arch

Added helvum and teamspeak3 to 3progs, minor fixes

This commit is contained in:
AlexanderCurl 2025-01-19 07:53:11 +00:00
parent 430255194e
commit c6bd3991ed

View file

@ -34,6 +34,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Bluetooth - Ha hasznalsz BT-t tedd fel" \
FALSE "Bottles - Wine prefix kezelő" \
FALSE "Brave - webböngésző" \
FALSE "Calibre - Ebook manager" \
FALSE "Cider - Apple Music Player Linuxra" \
FALSE "CoreCTRL - AMD GPU beállító alkalmazás" \
FALSE "Csak a FO Monitoron jelenjen meg a Login Screen - Tobb monitoros setupoknal" \
@ -51,6 +52,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "GNOME Screenshot - gyorsbillentyűs képernyőkép létrehozás" \
FALSE "GTKStressTesting - CPU Monitorozas es Stress Test Program" \
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 "Jellyfin - Jellyfin Media Player" \
FALSE "KDEConnect - Gep es telefon link" \
@ -79,6 +81,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \
FALSE "Steam Launcher" \
FALSE "Systemd boot mod - 0sec varakozas bootolaskor" \
FALSE "TeamSpeak3 - TeamSpeak VOIP kliens" \
FALSE "Telegram - Titkosított üzenetküldő" \
FALSE "Vibrant - Szín szaturáció beállító program" \
FALSE "Vivaldi - webböngésző" \
@ -174,7 +177,6 @@ if [[ $user_choice = *"Systemd boot mod - 0sec varakozas bootolaskor"* ]]; then
echo ---------------------------------------------
echo
fi
Systemd boot mod - 0sec varakozas bootolaskor
if [[ $user_choice = *"Heroic Launcher - Epic Games Launcher Linux verziója"* ]]; then
echo
@ -758,7 +760,7 @@ fi
if [[ $user_choice = *"XpadNeo - XBox Controller Support"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Jellyfin${normal}
echo Installing ${bold}${yellow}XPadNeo${normal}
yay -S xpadneo-dkms --noconfirm
@ -839,6 +841,42 @@ if [[ $user_choice = *"KDEConnect - Gep es telefon link"* ]]; then
echo
fi
if [[ $user_choice = *"Calibre - Ebook manager"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Calibre${normal}
sudo pacman -S calibre --noconfirm
echo ${bold}${yellow}Calibre ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Helvum - Patchbay for PipeWire"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Helvum${normal}
sudo pacman -S helvum --noconfirm
echo ${bold}${yellow}Helvum ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"TeamSpeak3 - TeamSpeak VOIP kliens"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}TeamSpeak3${normal}
sudo pacman -S teamspeak3 --noconfirm
echo ${bold}${yellow}TeamSpeak3 ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
fi