From 32ac1aa01ad5a513c51c5d2b4908d98d10c0d47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 18:49:15 -0300 Subject: Minor fix --- .../mate/root-image/root/.scriptsInstallation/language/es/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh') diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index 8059a8f..51079f8 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -216,11 +216,11 @@ while [ option != 7 ]; do pacstrap /mnt ${packages[@]} user=$(cat ~/.scriptsInstallation/temporal | grep "userName" ) - #Copie skel in the new system and desktop's background + #Copy skel in the new system and desktop's background cp -a /etc/skel/ /mnt/etc/ cp -a /etc/wallpaper.png /mnt/etc/wallpaper.png - #Puts the XKBMAP, start X11 automatically and icewm desktop + #Puts the XKBMAP, start X11 automatically and Mate desktop echo "setxkbmap $(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)" > /mnt/etc/skel/.xinitrc echo "exec mate-session" >> /mnt/etc/skel/.xinitrc echo "startx" >> /mnt/etc/skel/.bash_profile -- cgit v1.2.2