diff options
author | Holger Paradies <retabell@gmx.de> | 2021-03-29 20:27:37 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-03-29 20:33:17 +0200 |
commit | 568fa854cfc11ffcba7985804c9dd33869274a72 (patch) | |
tree | 51368d9187f9cc8fbba73e05d4324bcf79cdb970 /auto/config | |
parent | 68611f365d11d00431016086a6b144e8f34017e1 (diff) | |
download | kanotix-568fa854cfc11ffcba7985804c9dd33869274a72.zip kanotix-568fa854cfc11ffcba7985804c9dd33869274a72.tar.gz |
eeepc4g switch to netsurf and yad
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index b918195..984925c 100755 --- a/auto/config +++ b/auto/config @@ -157,6 +157,7 @@ grep -wq wine-staging <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" grep -wq iceweasel <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" iceweasel" grep -wq firefox <<<"$LB_PACKAGES_LISTS" grep -wq midori <<<"$LB_PACKAGES_LISTS" +grep -wq netsurf-gtk <<<"$LB_PACKAGES_LISTS" grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight" grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify" grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox" |