some fixes
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user