- 
      
- 
        Save Cemu0/7cd23f60d1f5649927e99be4814c3800 to your computer and use it in GitHub Desktop. 
    Install Hassio on Nvidia Jetson Nano
  
        
  
    
      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
    
  
  
    
  | sudo -i | |
| apt-get install software-properties-common | |
| add-apt-repository universe | |
| apt-get update | |
| apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat | |
| #The jetson already has docker installed | |
| #curl -fsSL get.docker.com | sh | |
| curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s -- -m qemuarm-64 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
link updated