Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
b7d6ca78
Commit
b7d6ca78
authored
May 08, 2018
by
Igor Pecovnik
Browse files
Fixed armbian detection
parent
d7b283e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-submenu
View file @
b7d6ca78
...
...
@@ -290,7 +290,7 @@ while true; do
if
[[
-n
$(
dpkg
-l
|
grep
linux-headers
)
]]
;
then
LIST+
=(
"Headers"
"Remove kernel headers"
)
;
else
\
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
LIST+
=(
"Mini"
"Install mini firmware package"
)
;
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment