mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(scripts): run shfmt
This commit is contained in:
parent
3cf6b22d95
commit
de921bf786
4 changed files with 8 additions and 6 deletions
|
@ -14,7 +14,6 @@ case "$(uname -m)" in
|
|||
*) ARCH="amd64" ;;
|
||||
esac
|
||||
|
||||
|
||||
case "$(uname)" in
|
||||
Linux)
|
||||
AGE_FILE="age-${AGE_VERSION}-linux-${ARCH}.tar.gz"
|
||||
|
@ -24,7 +23,10 @@ case "$(uname)" in
|
|||
AGE_FILE="age-${AGE_VERSION}-darwin-${ARCH}.tar.gz"
|
||||
BIN_DIR="${HOME}/bin"
|
||||
;;
|
||||
*) echo "Unsupported system: $(uname)"; exit 1 ;;
|
||||
*)
|
||||
echo "Unsupported system: $(uname)"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
pushd "${TEMP_DIR}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue