Xfburn and other printer dependencies added

This commit is contained in:
DanyHolder 2025-02-07 09:03:12 +00:00
parent 7bc26647df
commit 8a9df93c93

View file

@ -87,6 +87,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "VLC - médialejátszó" \
FALSE "Vulkan-radeon - Ha nem mennek a jatekok AMD kartyaval tedd ezt fel!" \
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
FALSE "Xfburn - CD/DVD író program" \
FALSE "XPadNeo - XBox Controller Support" \
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
if [[ $? -eq 1 ]]; then
@ -256,7 +257,8 @@ if [[ $user_choice = *"Nyomtato - Ha hasznalsz nyomtatot, tedd fel"* ]]; then
echo ---------------------------------------------
echo Installing ${bold}${yellow}Printers${normal}
sudo pacman -S cups hplip cnifilter2 --noconfirm
sudo pacman -S cups hplip cnifilter2 system-config-printer --noconfirm
yay -S epson-inkjet-printer-escpr epson-inkjet-printer-escpr2 --noconfirm
sudo systemctl enable cups --now
echo ${bold}${yellow}Printers ${normal}installed.
@ -886,6 +888,19 @@ if [[ $user_choice = *"TeamSpeak3 - TeamSpeak VOIP kliens"* ]]; then
echo
fi
if [[ $user_choice = *"Xfburn - CD/DVD író program"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Xfburn${normal}
sudo pacman -S xfburn --noconfirm
echo ${bold}${yellow}Xfburn ${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
@ -923,4 +938,4 @@ zenity --progress \
else
echo ${bold}${yellow}User exited the script. Ending!${normal}
exit 0;
fi
fi