diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-05-13 21:24:45 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-05-14 08:16:43 +0200 |
commit | 190ae55f106cba29f257a239e18be3414c1f4048 (patch) | |
tree | 9902311171b6286b34c9633b9210b7d227c28b69 /auto/config | |
parent | 7a35e48a326a4f23aa2a1bd304f413dae5a65649 (diff) | |
download | kanotix-190ae55f106cba29f257a239e18be3414c1f4048.zip kanotix-190ae55f106cba29f257a239e18be3414c1f4048.tar.gz |
update firefox repository
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/auto/config b/auto/config index c0978d5..ce2862c 100755 --- a/auto/config +++ b/auto/config @@ -49,21 +49,21 @@ lb config noauto \ # architecture and distribution depending stuff (e.g. kernel) case "$LB_DISTRIBUTION" in -squeeze) - LB_REPOSITORIES+=" firefox wine-ppa squeeze-backports hellfire acritox" +wheezy) + LB_REPOSITORIES+=" dragonfire fds-team-wheezy fds-team-source dragonfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; -wheezy) - LB_REPOSITORIES+=" dragonfire fds-team-wheezy fds-team-source dragonfire-acritox" +jessie) + LB_REPOSITORIES+=" dragonfire spitfire fds-team-debian fds-team-source spitfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; -jessie|*) +*) LB_REPOSITORIES+=" dragonfire spitfire fds-team-debian fds-team-source spitfire-acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; @@ -101,7 +101,7 @@ if grep -wq wine-staging <<<"$LB_PACKAGES $LB_PACKAGES_LISTS"; then fi fi grep -wq iceweasel <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" iceweasel" -grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" +grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox" 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" |