Fix Errors
This commit is contained in:
parent
1b6f8e5f64
commit
7575d6b27b
2 changed files with 4 additions and 4 deletions
4
base.sh
4
base.sh
|
@ -1,8 +1,8 @@
|
|||
ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
hwclock --systohc
|
||||
|
||||
vim /etc/locale.gen
|
||||
sed -i 's/#(de_DE.UTF-8)/\1/' /etc/locale.gen
|
||||
# vim /etc/locale.gen
|
||||
sed -i 's/#\(de_DE.UTF-8\)/\1/' /etc/locale.gen
|
||||
locale-gen
|
||||
|
||||
echo "LANG=de_DE.UTF-8" >> /etc/locale.conf
|
||||
|
|
4
pre.sh
4
pre.sh
|
@ -4,9 +4,9 @@ localectl set-keymap de-latin1
|
|||
ip -c a
|
||||
# iwctl
|
||||
# rfkill unblock wifi
|
||||
packman -Sy #check if we can reach the repos
|
||||
pacman -Sy #check if we can reach the repos
|
||||
|
||||
packman -S tamsyn-font
|
||||
pacman -S tamsyn-font
|
||||
setfont Tamsyn10x20r
|
||||
|
||||
timedatectl set-ntp true
|
||||
|
|
Loading…
Reference in a new issue