From fbd3cd05493ac8de1a9816617b9a2706620d5c8f Mon Sep 17 00:00:00 2001 From: Aidan Mullen Date: Tue, 9 Jan 2024 07:03:38 -0500 Subject: [PATCH] Add sudo Add sudo requirement to README.MD. --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index e5b11da..a162686 100644 --- a/README.MD +++ b/README.MD @@ -20,12 +20,14 @@ To archive the files, the scripts use 7-zip, then they copy the files to another - ionice - nice - systemd +- sudo Install: ``` $ apt install 7z $ apt install rsync +$ apt install sudo ``` - At the moment, each dependency must be installed manually; however, a script will be provided later to automate this process.