Commit 9ea2ebb2 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Just in case dependencies

parent 9c3db45a
...@@ -33,6 +33,8 @@ if [[ $? -ne 0 ]]; then ...@@ -33,6 +33,8 @@ if [[ $? -ne 0 ]]; then
apt-get -qq -y --no-install-recommends install dialog apt-get -qq -y --no-install-recommends install dialog
[[ $(dpkg-query -W -f='${db:Status-Abbrev}\n' network-manager 2>/dev/null) != *ii* ]] && \ [[ $(dpkg-query -W -f='${db:Status-Abbrev}\n' network-manager 2>/dev/null) != *ii* ]] && \
apt-get -qq -y --no-install-recommends install network-manager 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 fi
# gather info about the board # gather info about the board
......
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