From cacad95eff0e33d9eb45f30b067d0f2b1d180037 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Wed, 5 May 2021 21:57:45 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2fab3ab..ac81d3a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,18 @@ sudo reboot now ## Set to run at startup +add the startup script to crotab. Open the crontab +```console +crontab -e +``` +add the line + +```console +@reboot /startup.sh +``` + +also make sure that the paths in startup.sh are correct for your install location ## Change the hostname