We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOME_DIR=$HOME sudo apt update sudo apt upgrade -y sudo apt install -y raspi-gpio libraspberrypi-bin sudo usermod -aG video $USER cd $HOME_DIR wget https://github.com/TinkerTurtle/Sentry-Picam/releases/latest/download/sentry-picam chmod +x sentry-picam chown -R $USER:www $HOME_DIR/www echo -e "[Unit]\nDescription=Sentry-Picam\n\n[Service]\nExecStart=$HOME_DIR/sentry-picam -record -upmm\n\n[Install]\nWantedBy=multi-user.target" | sudo tee /etc/systemd/system/sentry.service > /dev/nullsystemctl daemon-reload sudo systemctl enable sentry.service sudo systemctl start sentry.service sudo systemctl status sentry.service
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: