Skip to content

Commit

Permalink
v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourdee committed Jan 14, 2018
1 parent 4e10e8b commit 9660e1d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,14 @@ _EOF_

fi

#ARMbian DTB
AUTO_DETECT_DTB_PKG=$(dpkg --get-selections | grep '^ linux-dtb-' | awk '{print $1}')
if [ -n "$AUTO_DETECT_DTB_PKG" ]; then

G_AGI $AUTO_DETECT_DTB_PKG

fi

# Check for existing firmware
# - ARMbian
# AUTO_DETECT_FIRMWARE_PKG=$(dpkg --get-selections | grep '^armbian-firmware' | awk '{print $1}')
Expand All @@ -652,10 +660,10 @@ _EOF_

# fi

# Unpacking armbian-firmware (5.35) ...
# dpkg: error processing archive /var/cache/apt/archives/armbian-firmware_5.35_all .deb (--unpack):
# trying to overwrite '/lib/firmware/rt2870.bin', which is also in package firmwa re-misc-nonfree 20161130-3
# dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
# Unpacking armbian-firmware (5.35) ...
# dpkg: error processing archive /var/cache/apt/archives/armbian-firmware_5.35_all .deb (--unpack):
# trying to overwrite '/lib/firmware/rt2870.bin', which is also in package firmwa re-misc-nonfree 20161130-3
# dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)


fi
Expand Down

0 comments on commit 9660e1d

Please sign in to comment.