Add /etc/localtime
This commit is contained in:
parent
4f777ed639
commit
76c0619d95
4 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@ Running `install.sh` or `uninstall.sh` will delete and change some things in you
|
|||
- /etc/locale.gen
|
||||
- /etc/locale.conf
|
||||
- /etc/vconsole.conf
|
||||
- /etc/localtime
|
||||
- /etc/pacman.conf
|
||||
- /etc/paru.conf
|
||||
- /etc/makepkg.conf
|
||||
|
|
|
@ -37,6 +37,7 @@ link "lone-files/bashrc" "etc/bash.bashrc"
|
|||
link "lone-files/locale.gen" "etc/locale.gen"
|
||||
link "lone-files/locale.conf" "etc/locale.conf"
|
||||
link "lone-files/vconsole.conf" "etc/vconsole.conf"
|
||||
link "lone-files/localtime" "etc/localtime"
|
||||
|
||||
# arch linux related
|
||||
link "archlinux/pacman.conf" "etc/pacman.conf"
|
||||
|
|
1
lone-files/localtime
Symbolic link
1
lone-files/localtime
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/share/zoneinfo/Europe/Berlin
|
|
@ -24,6 +24,7 @@ unlink "etc/bash.bashrc"
|
|||
unlink "etc/locale.gen"
|
||||
unlink "etc/locale.conf"
|
||||
unlink "etc/vconsole.conf"
|
||||
unlink "etc/localtime"
|
||||
|
||||
# arch linux related
|
||||
unlink "etc/pacman.conf"
|
||||
|
|
Loading…
Reference in a new issue