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
e2bba42b
Unverified
Commit
e2bba42b
authored
Jul 20, 2020
by
Pedro Lamas
Committed by
GitHub
Jul 20, 2020
Browse files
Corrects typo on "rockship64" Linux family (#107)
parent
ec8b89ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
e2bba42b
...
@@ -58,7 +58,7 @@ function main(){
...
@@ -58,7 +58,7 @@ function main(){
OVERLAYDIR
=
"/boot/dtb/overlay"
;
OVERLAYDIR
=
"/boot/dtb/overlay"
;
[[
"
$LINUXFAMILY
"
==
"sunxi64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/allwinner/overlay"
;
[[
"
$LINUXFAMILY
"
==
"sunxi64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/allwinner/overlay"
;
[[
"
$LINUXFAMILY
"
==
"meson64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/amlogic/overlay"
;
[[
"
$LINUXFAMILY
"
==
"meson64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/amlogic/overlay"
;
[[
"
$LINUXFAMILY
"
==
"rockchip"
]]
&&
OVERLAYDIR
=
"/boot/dtb/rockchip/overlay"
;
[[
"
$LINUXFAMILY
"
==
"rockchip
64
"
]]
&&
OVERLAYDIR
=
"/boot/dtb/rockchip/overlay"
;
# detect desktop
# detect desktop
check_desktop
check_desktop
dialog
--backtitle
"
$BACKTITLE
"
--title
"Please wait"
--infobox
"
\n
Loading Armbian configuration utility ... "
5 45
dialog
--backtitle
"
$BACKTITLE
"
--title
"Please wait"
--infobox
"
\n
Loading Armbian configuration utility ... "
5 45
...
...
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