diff options
-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 |