aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-01 11:43:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-01 11:43:15 -0200
commitbd7dbc82fb634f3da584f6bb711644f3ec9d3537 (patch)
tree9c0c5fe3b8a9c2ddb8848dad905d2c0a365ef79c
parent5cf3c9767d067207f7be7c57d8c6d4e96a1ced0d (diff)
downloadscripts-bd7dbc82fb634f3da584f6bb711644f3ec9d3537.tar.gz
scripts-bd7dbc82fb634f3da584f6bb711644f3ec9d3537.tar.bz2
Default chroot version is squeeze
-rwxr-xr-xchroot-chromium2
-rwxr-xr-xchroot-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