diff --git a/debian-config-submenu b/debian-config-submenu index 2981b19..5a81e6d 100644 --- a/debian-config-submenu +++ b/debian-config-submenu @@ -32,9 +32,8 @@ while true; do # check update status of BSP packages local mark=$(apt-mark showhold | egrep "linux|armbian") - # check if eMMC/SD is on the system - if [[ $(sed -n 's/^DEVNAME=//p' /sys/dev/block/$(mountpoint -d /)/uevent 2> /dev/null) == mmcblk* \ - && -f /usr/sbin/nand-sata-install ]]; then + # check if installer is on the system + if [[ -f /usr/sbin/armbian-install ]]; then LIST+=( "Install" "Install to/update boot loader" ) fi