some fixes

This commit is contained in:
2026-05-28 13:07:34 +02:00
parent 6370b55399
commit 7f01e2a61a
+1 -1
View File
@@ -44,7 +44,7 @@ LOC2=$(md5sum /etc/locale.gen | cut -b 1-32)
if [ "${LOC1}" != "${LOC2}" ]; then if [ "${LOC1}" != "${LOC2}" ]; then
locale-gen | grep -v -e "^ " locale-gen | grep -v -e "^ "
fi fi
update-locale LANG=de_DE.UTF-8 update-locale LANG=en_US.UTF-8
echo "## installing tools" echo "## installing tools"
dpkg --configure -a dpkg --configure -a