Skip to content

Commit

Permalink
[FIX] Fix postinst script
Browse files Browse the repository at this point in the history
  • Loading branch information
MoltenArmor committed Jan 23, 2025
1 parent 6330a4c commit 5d3a357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkosi.postinst.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ue
# fi

# Remove xterm.
apt purge --autoremove -y xterm
[ -e /usr/bin/xterm ] && apt purge --autoremove -y xterm

sed -i '/^# C.UTF-8.*/c\C.UTF-8 UTF-8' /etc/locale.gen && \
sed -i '/^# en_US.UTF-8.*/c\en_US.UTF-8 UTF-8' /etc/locale.gen && \
Expand Down

0 comments on commit 5d3a357

Please sign in to comment.