diff options
author | Joerg Schirottke <master@kanotix.com> | 2016-04-15 19:59:17 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-04-15 21:33:47 +0200 |
commit | c527823ce4ecdf05691995c93901987db78b61d8 (patch) | |
tree | 4cdef2c329fadbe21422547bb8b195388e62d479 /auto | |
parent | cebfa0acd0b54882af14675eb52854ca959079db (diff) | |
download | kanotix-c527823ce4ecdf05691995c93901987db78b61d8.zip kanotix-c527823ce4ecdf05691995c93901987db78b61d8.tar.gz |
add vivaldi support
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 80668e6..20e06e8 100755 --- a/auto/config +++ b/auto/config @@ -81,6 +81,7 @@ grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" ope grep -wq google-chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-chrome" grep -wq -e hangouts -e google-talkplugin <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-talkplugin" grep -wq google-earth <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" google-earth" +grep -wq vivaldi <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vivaldi" grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" grep -wq msa9 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-9" grep -wq ms11 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa-11" |