This commit is contained in:
Yuming Zhou 2026-04-23 01:36:50 +02:00 committed by GitHub
commit 767849d64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,9 @@
# allow specifying different destination directory
DIR="${DIR:-"$HOME/.local/bin"}"
# ensure the directory exists
mkdir -p "$DIR"
# map different architecture variations to the available binaries
ARCH=$(uname -m)
case $ARCH in