mirror of
https://codeberg.org/ACM/Backup-System.git
synced 2026-02-18 23:14:57 -05:00
Add sudo
Add sudo requirement to README.MD.
This commit is contained in:
parent
19fa0a13b6
commit
fbd3cd0549
1 changed files with 2 additions and 0 deletions
|
|
@ -20,12 +20,14 @@ To archive the files, the scripts use 7-zip, then they copy the files to another
|
||||||
- ionice
|
- ionice
|
||||||
- nice
|
- nice
|
||||||
- systemd
|
- systemd
|
||||||
|
- sudo
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ apt install 7z
|
$ apt install 7z
|
||||||
$ apt install rsync
|
$ 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.
|
- At the moment, each dependency must be installed manually; however, a script will be provided later to automate this process.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue