found old installer name

This commit is contained in:
Marcus 2023-05-01 22:10:16 +02:00
parent 3498017427
commit f0d3694c60
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ finish () {
$CHROOTCMD /usr/bin/sed -i '/firstlogin\/welcome/d' /etc/jwm/system.jwmrc || error
message "removing installer files from target"
$CHROOTCMD /usr/bin/rm -Rf /root/install_nanodesk.sh /root/kernel_deb || error
$CHROOTCMD /usr/bin/rm -Rf /root/nanodesk-installer.sh || error
message "removing live-packages from target"
$CHROOTCMD /usr/bin/apt -y purge 'live-boot*' 'live-tools*'