Skip to content

Commit b195f14

Browse files
committed
installer: also remove xmirror
xmirror depending on dialog was preventing the uninstall from succeeding, and xmirror not being removed was an omission
1 parent 93f5728 commit b195f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
13241324
chroot $TARGETDIR dracut --no-hostonly --add-drivers "ahci" --force >>$LOG 2>&1
13251325
INFOBOX "Removing temporary packages from target ..." 4 60
13261326
echo "Removing temporary packages from target ..." >$LOG
1327-
TO_REMOVE="dialog xtools-minimal"
1327+
TO_REMOVE="dialog xtools-minimal xmirror"
13281328
# only remove espeakup and brltty if it wasn't enabled in the live environment
13291329
if ! [ -e "/var/service/espeakup" ]; then
13301330
TO_REMOVE+=" espeakup"

0 commit comments

Comments
 (0)