From eef9e368d448f27dabba7b2fff5af5be522677fa Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 16 Oct 2022 02:25:35 +0200 Subject: [PATCH] vivaldi is now in repo --- install/apps/internet/webbrowser | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/apps/internet/webbrowser b/install/apps/internet/webbrowser index 9be80e8..7d18dbf 100644 --- a/install/apps/internet/webbrowser +++ b/install/apps/internet/webbrowser @@ -12,8 +12,8 @@ options+=("seamonkey" "(GTK)" off) options+=("seamonkey-i18n" "(AUR)" off) options+=("midori" "(GTK)" off) options+=("falkon" "(QT)" off) -options+=("vivaldi" "(AUR) (GTK)" off) -options+=("vivaldi-ffmpeg-codecs" "(AUR) Non-free codecs" off) +options+=("vivaldi" "(GTK)" off) +options+=("vivaldi-ffmpeg-codecs" "Non-free codecs" off) sel=$(whiptail --backtitle "$apptitle" --title "Web Browser applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ "${options[@]}" \ @@ -24,8 +24,6 @@ fi for itm in $sel; do case $itm in - '"vivaldi"' | \ - '"vivaldi-ffmpeg-codecs"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; '"firefox-i18n"' | \ '"seamonkey-i18n"') pkg="$pkg";; *) pkg="$pkg $(echo $itm | sed 's/"//g')";;