From 14b5cd844dcaadd6af5e78a0dc4517c485b9166a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 26 Sep 2016 17:31:35 +0200 Subject: [PATCH] Revert "Keyboard 1" (#37) --- nextcloud-startup-script.sh | 10 ++++++++++ nextcloud_install_production.sh | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 93bf464a..4d32d84b 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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" diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 346681cb..d4c3b658 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -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