#!/bin/bash set -xeuo pipefail curl --output /etc/systemd/system/reboot-after-1h.timer https://splet.4a.si/dir/reboot-after-1h.timer curl --output /etc/systemd/system/reboot-after-1h.service https://splet.4a.si/dir/reboot-after-1h.service systemctl enable --now reboot-after-1h.timer