update ARM build script
This commit is contained in:
@@ -2,18 +2,22 @@
|
|||||||
# Copyright (c) 2019-2020 radix42
|
# Copyright (c) 2019-2020 radix42
|
||||||
# Copyright (c) 2019-2020 The Hush developers
|
# Copyright (c) 2019-2020 The Hush developers
|
||||||
# Original aarch64 port by radix42. Thank you!
|
# Original aarch64 port by radix42. Thank you!
|
||||||
|
# Distributed under the GPLv3 software license, see the accompanying
|
||||||
|
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
|
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
________________
|
.~~~~~~~~~~~~~~~~.
|
||||||
< Building Hush! >
|
{{ Building Hush!! }}
|
||||||
----------------
|
`~~~~~~~~~~~~~~~~`
|
||||||
\ ^__^
|
\ ^__^
|
||||||
\ (oo)\_______
|
\ (@@)\_______
|
||||||
(__)\ )\/\
|
(__)\ HUSH )\/\ $
|
||||||
||----w |
|
z zz ||----w | z |
|
||||||
|| ||
|
zz zz z || z ||xxx z z|z zz
|
||||||
|
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
||||||
|
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "x$*" = 'x--help' ]
|
if [ "x$*" = 'x--help' ]
|
||||||
|
|||||||
Reference in New Issue
Block a user