Skip to content

Instantly share code, notes, and snippets.

@marcusscomputer
Created October 1, 2020 09:27
Show Gist options
  • Save marcusscomputer/6dd0dc8816e81a59990d36ac51db0295 to your computer and use it in GitHub Desktop.
Save marcusscomputer/6dd0dc8816e81a59990d36ac51db0295 to your computer and use it in GitHub Desktop.
Script for systemd service to start at boot
#!/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