mirror of
https://github.com/casjaysdevdocker/deno
synced 2026-01-29 13:11:02 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
# @Resource :
|
||||
# @sudo/root : no
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# AMD64 binary
|
||||
if [ "$(uname -m)" = "amd64" ] || [ "$(uname -m)" = "x86_64" ]; then
|
||||
ARCH=x86_64
|
||||
|
||||
Reference in New Issue
Block a user