Skip to content

Instantly share code, notes, and snippets.

@zuohaot
Forked from EverythingSmartHome/hyperhdr-install.sh
Last active December 9, 2021 23:35
Show Gist options
  • Save zuohaot/19c155fb0d68b1514345249f28979757 to your computer and use it in GitHub Desktop.
Save zuohaot/19c155fb0d68b1514345249f28979757 to your computer and use it in GitHub Desktop.
Installs HyperHDR v16.0.0.1
sudo apt update && sudo apt upgrade -y
wget https://github.com/awawa-dev/HyperHDR/releases/download/v17.0.0.0/HyperHDR-17.0.0.0-Linux-`uname -m`.deb
sudo apt install ./HyperHDR-17.0.0.0-Linux-`uname -m`.deb
sudo sed -i '/^User/d' /etc/systemd/system/hyperhdr\@.service
sudo systemctl daemon-reload
sudo service hyperhdr@pi restart
sudo service hyperhdr@pi status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment