bash scripts dont use switch statements

This commit is contained in:
Soarinferret
2025-07-31 00:33:57 -05:00
parent 589a421120
commit eb1cee61f7

2
deploy.sh Normal file → Executable file
View File

@@ -30,7 +30,7 @@ fi
# get the system architecture # get the system architecture
ARCH=$(uname -m) ARCH=$(uname -m)
switch "$ARCH" in case "$ARCH" in
x86_64) x86_64)
ARCH="amd64" ARCH="amd64"
;; ;;