Last active
May 23, 2026 09:22
-
-
Save randName/0e37d1d444028bd85fe6bfd5e80c92f7 to your computer and use it in GitHub Desktop.
pi init
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/sh | |
| apk add --no-cache jq git curl tmux gettext-envsubst | |
| git clone ${PI_CONFIG_REPO} .pi | |
| .pi/install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment