summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-26 18:49:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-26 18:49:15 -0300
commit32ac1aa01ad5a513c51c5d2b4908d98d10c0d47d (patch)
tree60c3175c4f73f744e2873fb8bdc8a0b7e5a5353d
parentce8574de3dba4b29823a48088d8c60987cb0ea4d (diff)
Minor fix
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/en/install.sh2
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/es/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh4
4 files changed, 7 insertions, 7 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
index 7116c68..8f0b06a 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
@@ -218,7 +218,7 @@ while [ option != 7 ]; do
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
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
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
index 7285d1d..f199997 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/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
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
index cca4df2..9ca05ad 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/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