Created
October 1, 2020 09:27
-
-
Save marcusscomputer/6dd0dc8816e81a59990d36ac51db0295 to your computer and use it in GitHub Desktop.
Script for systemd service to start at boot
This file contains 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
#!/bin/bash | |
while : | |
do | |
apt update | |
apt -t buster-backports update | |
sleep 3600 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment