We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb8bcc commit b7853a6Copy full SHA for b7853a6
wordpress-startup-script.sh
@@ -338,7 +338,7 @@ fi
338
clear
339
340
# Set keyboard layout
341
-echo "Current keyboard layout is Swedish"
+echo "Current keyboard layout is $(localectl status | grep "Layout" | awk '{print $3}')"
342
echo "You must change keyboard layout to your language"
343
echo -e "\e[32m"
344
read -p "Press any key to change keyboard layout... " -n1 -s
@@ -348,7 +348,7 @@ echo
348
349
350
# Change Timezone
351
-echo "Current Timezone is Swedish"
+echo "Current timezone is $(cat /etc/timezone)"
352
echo "You must change timezone to your timezone"
353
354
read -p "Press any key to change timezone... " -n1 -s
0 commit comments