From: Silvio Rhatto Date: Fri, 1 Feb 2013 13:43:15 +0000 (-0200) Subject: Default chroot version is squeeze X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bd7dbc82fb634f3da584f6bb711644f3ec9d3537;p=scripts.git Default chroot version is squeeze --- diff --git a/chroot-chromium b/chroot-chromium index 63ffbf5..bc7ed38 100755 --- a/chroot-chromium +++ b/chroot-chromium @@ -4,7 +4,7 @@ # if [ -z "$1" ]; then - chroot="squeeze" + chroot="wheezy" else chroot="$1" fi diff --git a/chroot-iceweasel b/chroot-firefox similarity index 94% rename from chroot-iceweasel rename to chroot-firefox index f2298e7..5f78555 100755 --- a/chroot-iceweasel +++ b/chroot-firefox @@ -4,7 +4,7 @@ # if [ -z "$1" ]; then - chroot="squeeze" + chroot="wheezy" else chroot="$1" fi