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
9ea2ebb2
Commit
9ea2ebb2
authored
May 15, 2017
by
Igor Pecovnik
Browse files
Just in case dependencies
parent
9c3db45a
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config
View file @
9ea2ebb2
...
...
@@ -33,6 +33,8 @@ if [[ $? -ne 0 ]]; then
apt-get
-qq
-y
--no-install-recommends
install
dialog
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
network-manager 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
network-manager
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
sunxi-tools 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
sunxi-tools
fi
# gather info about the board
...
...
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