Last active
May 6, 2025 09:22
-
-
Save socheatsok78/005a9a78a81f2cb3632a165bbd6ff920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
exec docker run --rm -it -v $(pwd):/pangolin --workdir /pangolin alpine sh -c "wget -O installer \"https://github.com/fosrl/pangolin/releases/download/1.3.1/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')\" && chmod +x ./installer && ./installer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment