mirror of
https://github.com/armbian/config.git
synced 2026-01-06 09:53:35 -08:00
We support many variants now
This condition is obsolete
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user