diff options
Diffstat (limited to 'chroot-chromium')
-rwxr-xr-x | chroot-chromium | 2 |
1 files changed, 1 insertions, 1 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 |