fixed time

This commit is contained in:
Tibo De Peuter 2022-10-26 20:34:48 +02:00
parent 6ee3336834
commit 4a2e6bf6e7
23 changed files with 35 additions and 29 deletions

View file

@ -24,7 +24,9 @@ package_tdpeuter-base() {
)
post_install() {
systemctl enable NetworkManager.service
systemctl enable NetworkManager.service
sed -i "s/^#\(nl_BE.UTF-8 UTF-8\)/\1/g" "/etc/locale.gen"
}
}