diff --git a/3progs.sh b/3progs.sh index 227ee42..08cea86 100755 --- a/3progs.sh +++ b/3progs.sh @@ -52,6 +52,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ FALSE "MangoHud/Goverlay - MSI Afterburner Linuxos megfelelője, FPS kijelzés, stb." \ FALSE "Midnight Commander - 2 ablakos file kezelő" \ FALSE "Mumble - hang alapú csevegőalkalmazás" \ + FALSE "Nyomtato - Ha hasznalsz nyomtatot, tedd fel" \ FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \ FALSE "OBS - Nyílt forrású felvételkészítő és streamelő program" \ FALSE "Parabolic - Videóletöltő, működik minden platformon" \ @@ -206,6 +207,19 @@ if [[ $user_choice = *"Mumble - hang alapú csevegőalkalmazás"* ]]; then echo fi +if [[ $user_choice = *"Nyomtato - Ha hasznalsz nyomtatot, tedd fel"* ]]; then + echo + echo --------------------------------------------- + echo Installing ${bold}${yellow}Printers${normal} + + sudo pacman -S cups hplip cnifilter2 --noconfirm + sudo systemctl enable cups --now + + echo ${bold}${yellow}Printers ${normal}installed. + echo --------------------------------------------- + echo +fi + if [[ $user_choice = *"Lutris - Game launchereket, és egyéb appokat futtató környezet"* ]]; then echo echo ---------------------------------------------