Skip to content

Instantly share code, notes, and snippets.

@socheatsok78
Last active May 6, 2025 09:22
Show Gist options
  • Save socheatsok78/005a9a78a81f2cb3632a165bbd6ff920 to your computer and use it in GitHub Desktop.
Save socheatsok78/005a9a78a81f2cb3632a165bbd6ff920 to your computer and use it in GitHub Desktop.
#!/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