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
9311cb0b
Commit
9311cb0b
authored
Sep 10, 2017
by
Igor Pecovnik
Browse files
Cleanup
parent
5a0fc32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config
View file @
9311cb0b
...
...
@@ -53,16 +53,15 @@ source "$0""-jobs"
#-----------------------------------------------------------------------------------------------------------------------------------------#
# Main menu
#
while
true
;
do
while
true
do
LIST
=()
LIST+
=(
"System"
"General system settings"
)
LIST+
=(
"Networking"
"Wired, Wireless, Bluetooth, Access point"
)
LIST+
=(
"Armbian"
"Armbian specific: overlays, MOTD, loglevel"
)
LIST+
=(
"Software"
"System and 3rd party software install"
)
LIST+
=(
"Help"
"Documentation, support, sources"
)
LIST+
=(
"System"
"General system settings"
)
LIST+
=(
"Networking"
"Wired, Wireless, Bluetooth, Access point"
)
LIST+
=(
"Armbian"
"Armbian specific: overlays, MOTD, loglevel"
)
LIST+
=(
"Software"
"System and 3rd party software install"
)
LIST+
=(
"Help"
"Documentation, support, sources"
)
# count number of menu items to adjust window size
LISTLENGHT
=
"
$((
11
+
${#
LIST
[@]
}
/
2
))
"
...
...
@@ -104,7 +103,6 @@ while true; do
\n\Z
1Documentation:
\Z
0 https://docs.armbian.com
\n\n\Z
1Support:
\Z
0 https://forum.armbian.com
\n
\n\Z
1Sources:
\Z
0 https://github.com/armbian/config"
"18"
;;
esac
esac
done
#-----------------------------------------------------------------------------------------------------------------------------------------#
\ No newline at end of file
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