Skip to content

Instantly share code, notes, and snippets.

@Cemu0
Forked from det-peralta/hassio_jetson_nano.sh
Last active April 17, 2021 19:45
Show Gist options
  • Save Cemu0/7cd23f60d1f5649927e99be4814c3800 to your computer and use it in GitHub Desktop.
Save Cemu0/7cd23f60d1f5649927e99be4814c3800 to your computer and use it in GitHub Desktop.
Install Hassio on Nvidia Jetson Nano
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
@Cemu0
Copy link
Author

Cemu0 commented Sep 21, 2020

link updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment