summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2017-06-24 19:51:20 +0200
committerHolger Paradies <retabell@gmx.de>2017-06-24 22:08:38 +0200
commitfc86b52ec981ff8d2b715e9a0b406b3df7e772e9 (patch)
tree7313a64d3d11d79d865045015cc54c503cedce47 /auto
parentfad4370addaf6f5b2028122373d7ffb281afa59c (diff)
downloadkanotix-fc86b52ec981ff8d2b715e9a0b406b3df7e772e9.zip
kanotix-fc86b52ec981ff8d2b715e9a0b406b3df7e772e9.tar.gz
select firefox-esr from debian
Jessie and Stretch backports of Firefox release and beta are gone because of the requirement of rust to build them, which is not available in Jessie or Stretch
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config6
1 files changed, 1 insertions, 5 deletions
diff --git a/auto/config b/auto/config
index 450acd6..146e85f 100755
--- a/auto/config
+++ b/auto/config
@@ -106,11 +106,7 @@ if grep -wq steam <<<"$LB_PACKAGES_LISTS"; then
fi
grep -wq wine-staging <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" wine-staging"
grep -wq iceweasel <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" iceweasel"
-if grep -wq firefox <<<"$LB_PACKAGES_LISTS"; then
- if [ "$LB_DISTRIBUTION" != "wheezy" ]; then
- LB_REPOSITORIES+=" firefox"
- fi
-fi
+grep -wq firefox <<<"$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"