diff options
author | Holger Paradies <retabell@gmx.de> | 2013-05-10 18:01:15 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-14 09:53:50 +0200 |
commit | 30ea13b40a2582360e7af72d89e83a342433ffa1 (patch) | |
tree | f10d681314a50bc399661a7198bfa85b0225632b /auto | |
parent | c76808f9d8d2d09561f14c5bc3c8c10e0248f6e2 (diff) | |
download | kanotix-30ea13b40a2582360e7af72d89e83a342433ffa1.zip kanotix-30ea13b40a2582360e7af72d89e83a342433ffa1.tar.gz |
add mozilla.debian.net for wheezy
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 af8318b..73b4431 100755 --- a/auto/config +++ b/auto/config @@ -73,6 +73,7 @@ grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" ope grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrome" grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy" +grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox-wheezy" lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" # Fetch kanotix-scripts if necessary |