mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-05 04:07:23 +02:00
More fixes
This commit is contained in:
parent
6c50b640db
commit
713329b5d3
1 changed files with 3 additions and 3 deletions
|
@ -86,14 +86,14 @@ download_enigma_source() {
|
|||
is_arch_arm() {
|
||||
local ARCH=`arch`
|
||||
if [[ $ARCH == "arm"* ]]; then
|
||||
return 1
|
||||
true
|
||||
else
|
||||
return 0
|
||||
false
|
||||
fi
|
||||
}
|
||||
|
||||
extra_npm_install_args() {
|
||||
if is_arch_arm; then
|
||||
if is_arch_arm ; then
|
||||
echo "--build-from-source"
|
||||
else
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue