diff options
-rwxr-xr-x | chroot-chromium | 2 | ||||
-rwxr-xr-x | chroot-firefox (renamed from chroot-iceweasel) | 2 |
2 files changed, 2 insertions, 2 deletions
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 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 |