瀏覽代碼

installer: remove void-installer in local installation.

Juan RP 10 年之前
父節點
當前提交
d6e7c1653d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      installer.sh.in

+ 1 - 0
installer.sh.in

@@ -847,6 +847,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
         . /etc/default/live.conf
         rm -f $TARGETDIR/etc/motd
         rm -f $TARGETDIR/etc/issue
+        rm -f $TARGETDIR/usr/sbin/void-installer
         # Remove live user.
         echo "Removing $USERNAME live user from targetdir ..." >$LOG
         chroot $TARGETDIR userdel -r $USERNAME >$LOG 2>&1