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
badc79b7
Commit
badc79b7
authored
Jun 16, 2017
by
Igor Pecovnik
Browse files
Dependency bugfix and readme update
parent
f5572935
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
badc79b7
...
@@ -11,6 +11,7 @@ It comes with Armbian (from 5.27) by default. Login as super user and type:
...
@@ -11,6 +11,7 @@ It comes with Armbian (from 5.27) by default. Login as super user and type:
**Configuration**
**Configuration**
-
wireless network connect,
-
wireless network connect,
-
Bluetooth devices pair and connect,
-
AP (hotspot) in bridged or NAT mode,
-
AP (hotspot) in bridged or NAT mode,
-
freeze and unfreeze kernel and BSP upgrades,
-
freeze and unfreeze kernel and BSP upgrades,
-
edit boot environment, network, FEX, welcome screen items,
-
edit boot environment, network, FEX, welcome screen items,
...
...
debian-config
View file @
badc79b7
...
@@ -24,9 +24,9 @@ if [[ $? -ne 0 ]]; then
...
@@ -24,9 +24,9 @@ if [[ $? -ne 0 ]]; then
Press CTRL C to stop to stop or any key to ignore and continue."
Press CTRL C to stop to stop or any key to ignore and continue."
else
else
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
bc 2>/dev/null
)
!=
*
ii
*
]]
&&
\
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
bc 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
expect
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
expect 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
bc
apt-get
-qq
-y
--no-install-recommends
install
bc
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
expect 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
expect
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
rcconf 2>/dev/null
)
!=
*
ii
*
]]
&&
\
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
rcconf 2>/dev/null
)
!=
*
ii
*
]]
&&
\
apt-get
-qq
-y
--no-install-recommends
install
rcconf
apt-get
-qq
-y
--no-install-recommends
install
rcconf
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
dialog 2>/dev/null
)
!=
*
ii
*
]]
&&
\
[[
$(
dpkg-query
-W
-f
=
'${db:Status-Abbrev}\n'
dialog 2>/dev/null
)
!=
*
ii
*
]]
&&
\
...
...
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