techwitheddie

Hyperion

Sep 4th, 2021 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. 1. #check your device
  2.     uname -m
  3.  
  4. 2. #download Image - https://github.com/hyperion-project/hyperion.ng/releases
  5.     wget https://github.com/hyperion-project/hyperion.ng/releases/download/2.0.0-alpha.10/Hyperion-2.0.0-alpha.10-Linux-armv7l.deb
  6.  
  7. 3. #install
  8.     sudo apt-get install -f
  9.     sudo dpkg -i Hyperion-2.0.0-alpha.10-Linux-armv7l.deb
  10.    
  11. 4. #access webpage (replace with local ip address given to the HOOBS Box by your router)
  12.     http://192.168.x.x:8090
  13.  
  14.  
Add Comment
Please, Sign In to add comment