Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
openmamba
wordpress-theme-openmamba
Commits
815bda85
Commit
815bda85
authored
Jan 07, 2021
by
Silvan Calarco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
functions.php: aarch64 support in download links
parent
2a7c4e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functions.php
functions.php
+2
-2
No files found.
functions.php
View file @
815bda85
...
...
@@ -158,7 +158,7 @@ function openmamba_download_func( $atts ) {
'milestone'
=>
'devel'
,
'medium'
=>
'livedvd'
,
'multilang'
=>
'0'
,
'archs'
=>
'x86_64;i586;arm'
,
// bitmask: 1=x86_64 2=i586 3=arm
'archs'
=>
'x86_64;i586;arm
;aarch64
'
,
// bitmask: 1=x86_64 2=i586 3=arm
'ext'
=>
'.iso'
),
$atts
);
$milestone
=
$a
[
'milestone'
];
...
...
@@ -172,7 +172,7 @@ function openmamba_download_func( $atts ) {
$displaymilestone
=
"
$milestone
"
;
$suffixmilestone
=
"
$milestone
"
;
}
$archname
=
array
(
"x86_64"
,
"i586"
,
"arm"
);
$archname
=
array
(
"x86_64"
,
"aarch64"
,
"i586"
,
"arm"
);
$mediaprefix
=
'/var/ftp/pub/openmamba/media'
;
$mediafallbackprefix
=
'/var/ftp/pub/openmamba/media/milestone2'
;
$outputlang
=
get_bloginfo
(
"language"
);
...
...
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