-
-
Save TarcisioMenezes/1b917a05fa0f493011a6a9fbc5f5fcec to your computer and use it in GitHub Desktop.
Installs HyperHDR v16.0.0.1
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 apt update && sudo apt upgrade -y | |
wget https://github.com/awawa-dev/HyperHDR/releases/download/v16.0.0.1/HyperHDR-16.0.0.1-Linux-`uname -m`.deb | |
sudo apt install ./HyperHDR-16.0.0.1-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
https://sleeplessbeastie.eu/2022/04/04/how-to-delay-the-start-of-the-systemd-service/