mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Revert "Keyboard 1" (#37)
This commit is contained in:
parent
b2f1a6bd88
commit
14b5cd844d
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user