Add sudo requirement to README.MD.
This commit is contained in:
Aidan Mullen 2024-01-09 07:03:38 -05:00
parent 19fa0a13b6
commit fbd3cd0549
1 changed files with 2 additions and 0 deletions

View File

@ -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.