diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
commit | 45ecf79c4198fcb8399b36bf695b535d35854cca (patch) | |
tree | ed1e29749ecbca9dc94ef8776b0cce5f3f4d75a9 /bin/localization.sh | |
parent | 1c2a083eda484a53660d5f1394e7a4eed77389e8 (diff) | |
download | archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar.zst archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.zip |
Some small changes.
Diffstat (limited to 'bin/localization.sh')
-rw-r--r-- | bin/localization.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/localization.sh b/bin/localization.sh index 52ab0d0..44ffa81 100644 --- a/bin/localization.sh +++ b/bin/localization.sh @@ -18,6 +18,11 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. +##################### +# localization.sh # +##################### + + # Set timezone ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime @@ -47,4 +52,3 @@ echo "KEYMAP=de-latin1" > /etc/vconsole.conf echo "German localization done - OK" echo "" sleep 1 - |