Revert "Keyboard 1" (#37)

This commit is contained in:
Daniel Hansson 2016-09-26 17:31:35 +02:00 committed by GitHub
parent b2f1a6bd88
commit 14b5cd844d
2 changed files with 10 additions and 10 deletions

View File

@ -310,6 +310,16 @@ else
fi
clear
# Set keyboard layout
echo "Current keyboard layout is Swedish"
echo "You must change keyboard layout to your language"
echo -e "\e[32m"
read -p "Press any key to change keyboard layout... " -n1 -s
echo -e "\e[0m"
dpkg-reconfigure keyboard-configuration
echo
clear
# Change Timezone
echo "Current timezone is Europe/Stockholm"
echo "You must change timezone to your timezone"

View File

@ -126,16 +126,6 @@ then
exit 1
fi
# Set keyboard layout
echo "Current keyboard layout is Swedish"
echo "You must change keyboard layout to your language"
echo -e "\e[32m"
read -p "Press any key to change keyboard layout... " -n1 -s
echo -e "\e[0m"
dpkg-reconfigure keyboard-configuration
echo
clear
# Create $UNIXUSER if not existing
if id "$UNIXUSER" >/dev/null 2>&1
then