fixed time

This commit is contained in:
Tibo De Peuter 2022-10-26 20:34:48 +02:00
parent c596514a32
commit 8a2d638c01
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"
}
}