🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 16:07:58 -04:00
parent 94044c3a01
commit b4744938c8
2 changed files with 8 additions and 5 deletions

View File

@@ -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