Add /etc/localtime

This commit is contained in:
JeremyStar™ 2024-03-15 02:04:35 +01:00
parent 4f777ed639
commit 76c0619d95
4 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1 @@
/usr/share/zoneinfo/Europe/Berlin

View file

@ -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"