Cleanup on install

This commit is contained in:
Ryan Hughes
2025-11-07 15:04:23 -05:00
parent 7cd5661f89
commit 26821c9b34

View File

@@ -78,6 +78,11 @@ term_background_bright: 24283b
EOF
# Remove the original config file if it's not /boot/limine.conf
if [[ "$limine_config" != "/boot/limine.conf" ]] && [[ -f "$limine_config" ]]; then
sudo rm "$limine_config"
fi
# Match Snapper configs if not installing from the ISO
if [[ -z ${OMARCHY_CHROOT_INSTALL:-} ]]; then