diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-10 09:13:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-10 09:13:00 +0100 |
commit | 94e68380295d080f1eb975ad1160507825a42587 (patch) | |
tree | 62d5aa8f2833a9f6c0d7117bc2ea34427da58208 | |
parent | e544dcc332009b5d099992cb975111d1926146c4 (diff) | |
download | jenkins.debian.net-94e68380295d080f1eb975ad1160507825a42587.tar.xz |
fix typo
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index eaefd754..72fdd216 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -134,7 +134,7 @@ bootstrap() { EXTRA_APPEND="desktop=lxde" ;; sid-daily-lxde) - EXTRA_APPEND="desktop=lxde suite-mirror=sid" + EXTRA_APPEND="desktop=lxde mirror/suite=sid" ;; *) echo "unsupported distro." exit 1 |