From 4dd3d626fd43d0a0a78cb25a342c335e3ab6f068 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Tue, 27 Mar 2018 19:38:43 +0000 Subject: [PATCH] Update INITIATION.md --- INITIATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INITIATION.md b/INITIATION.md index d06f1db..8c57dc7 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -90,8 +90,8 @@ Don't forget to create and mount the extra directories in the case you had creat `setup` * On __Source Mage GNU/Linux__ download and uncompress the tarball inside the new root directory. `cd /mnt/drive` -`wget -c "http://download.sourcemage.org/image/official/smgl-stable--basesystem-x86_64."` -`tar xvf smgl-stable--basesystem-x86_64.` +`wget -c "http://download.sourcemage.org/image/official/smgl-stable--basesystem-x86_64.tar.xz"` +`tar xJvf smgl-stable--basesystem-x86_64.tar.xz` ### CHROOT * On __CRUX__ you can issue the next command to mount everything else and chroot automatically.