Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
dae96143
Unverified
Commit
dae96143
authored
Nov 10, 2019
by
Igor Pečovnik
Committed by
GitHub
Nov 10, 2019
Browse files
Show full timezone data
parent
19740be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-submenu
View file @
dae96143
...
...
@@ -308,7 +308,7 @@ function submenu_personal ()
while
true
;
do
LIST
=()
LIST+
=(
"Timezone"
"Change timezone
\Z
5(
$(
date
+%Z
)
)
\Z
0"
)
LIST+
=(
"Timezone"
"Change timezone
\Z
5(
$(
LC_ALL
=
C timedatectl |
grep
zone |
awk
'{$1=$1;print}'
|
sed
"s/Time zone: //"
)
)
\Z
0"
)
LIST+
=(
"Locales"
"Reconfigure language
\Z
5(
$(
locale |
grep
LANGUAGE |
cut
-d
=
-f2
|
cut
-d_
-f1
)
)
\Z
0 and character set"
)
LIST+
=(
"Keyboard"
"Change console keyboard layout (
\Z
5
$(
cat
/etc/default/keyboard |
grep
XKBLAYOUT |
grep
-o
'".*"'
|
sed
's/"//g'
)
\Z
0)"
)
LIST+
=(
"Hostname"
"Change your hostname
\Z
5(
$(
cat
/etc/hostname
)
)
\Z
0"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment