Fixed OnlyOffice installer, typo fix P7Zip in GUI

This commit is contained in:
AlexanderCurl 2025-01-12 06:41:47 +00:00
parent 1501056c6d
commit a19081852b

View file

@ -56,7 +56,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
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" \
FALSE "PeaZip - tömörítő program" \
FALSE "P7Zip - tömörítő program" \
FALSE "Pavucontrol - Apponkénti hangerőszabályzás/konfigurálás" \
FALSE "PhotoGIMP - Adobe Photoshop-szerű képszerkesztő Linuxra" \
FALSE "QBittorrent - torrent kliens" \
@ -367,7 +367,7 @@ if [[ $user_choice = *"OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIB
echo ---------------------------------------------
echo Installing ${bold}${yellow}OnlyOffice${normal}
sudo pacman -S onlyoffice-bin --noconfirm
yay -S onlyoffice-bin --noconfirm
echo ${bold}${yellow}OnlyOffice ${normal}installed.
echo ---------------------------------------------
@ -588,7 +588,7 @@ if [[ $user_choice = *"Vibrant - Szín szaturáció beállító program"* ]]; th
echo ---------------------------------------------
echo Installing ${bold}${yellow}Vibrant${normal}
flatpak install flathub io.github.libvibrant.vibrantLinux --user -y
yay -S vibrantlinux --noconfirm
echo ${bold}${yellow}Vibrant ${normal}installed.
echo ---------------------------------------------
@ -733,4 +733,4 @@ zenity --progress \
else
echo ${bold}${yellow}User exited the script. Ending!${normal}
exit 0;
fi
fi