Skip to content

Instantly share code, notes, and snippets.

@L422Y
Last active April 4, 2023 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save L422Y/5144d48b5ce5c5f994a895ab87b35d92 to your computer and use it in GitHub Desktop.
Save L422Y/5144d48b5ce5c5f994a895ab87b35d92 to your computer and use it in GitHub Desktop.
shell script to download and run the pimox7 installer for arm64
#!/bin/sh
# These steps are copied directly from the post here: https://www.reddit.com/r/Proxmox/comments/104z8pt/comment/jewwf7u/
sudo -s
curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
chmod +x RPiOS64-IA-Install.sh
./RPiOS64-IA-Install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment