diff options
author | Holger Paradies <retabell@gmx.de> | 2019-02-10 12:52:00 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-21 09:06:27 +0200 |
commit | dacef2bec816247ad145fc8cae069900cba0cbce (patch) | |
tree | b3fe1f2a7012f7e02e2c8b1a1513295eae4c4c5d /auto | |
parent | 08a6819b2fef1b87695f242b597acb6f48620b8e (diff) | |
download | kanotix-dacef2bec816247ad145fc8cae069900cba0cbce.zip kanotix-dacef2bec816247ad145fc8cae069900cba0cbce.tar.gz |
support midori Browser
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 38c30e0..6425830 100755 --- a/auto/config +++ b/auto/config @@ -130,6 +130,7 @@ fi grep -wq wine-staging <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" wine-staging" grep -wq iceweasel <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" iceweasel" grep -wq firefox <<<"$LB_PACKAGES_LISTS" +grep -wq midori <<<"$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" |