diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 11:43:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 11:43:15 -0200 |
commit | bd7dbc82fb634f3da584f6bb711644f3ec9d3537 (patch) | |
tree | 9c0c5fe3b8a9c2ddb8848dad905d2c0a365ef79c | |
parent | 5cf3c9767d067207f7be7c57d8c6d4e96a1ced0d (diff) | |
download | scripts-bd7dbc82fb634f3da584f6bb711644f3ec9d3537.tar.gz scripts-bd7dbc82fb634f3da584f6bb711644f3ec9d3537.tar.bz2 |
Default chroot version is squeeze
-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 |