Last active
          April 4, 2023 13:36 
        
      - 
      
 - 
        
Save L422Y/5144d48b5ce5c5f994a895ab87b35d92 to your computer and use it in GitHub Desktop.  
    shell script to download and run the pimox7 installer for arm64
  
        
  
    
      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 | |
| # 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