Commit b7d6ca78 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Fixed armbian detection

parent d7b283e7
...@@ -290,7 +290,7 @@ while true; do ...@@ -290,7 +290,7 @@ while true; do
if [[ -n $(dpkg -l | grep linux-headers) ]]; then LIST+=( "Headers" "Remove kernel headers" ); else \ if [[ -n $(dpkg -l | grep linux-headers) ]]; then LIST+=( "Headers" "Remove kernel headers" ); else \
LIST+=( "Headers" "Install kernel headers" ); fi LIST+=( "Headers" "Install kernel headers" ); fi
if [[ -d /etc/armbian ]]; then if [[ -f /etc/armbian.txt ]]; then
if [[ -n $(dpkg -l | grep -w "armbian-firmware-full ") ]]; then if [[ -n $(dpkg -l | grep -w "armbian-firmware-full ") ]]; then
LIST+=( "Mini" "Install mini firmware package" ); LIST+=( "Mini" "Install mini firmware package" );
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment