Fixed dependency bug
This commit is contained in:
parent
8848633dc0
commit
1625d229a3
@ -34,7 +34,7 @@ set -e
|
|||||||
|
|
||||||
# Check if dependencies are installed
|
# Check if dependencies are installed
|
||||||
missing_dep=0
|
missing_dep=0
|
||||||
deps=("rsync" "tar" "gpg")
|
deps=("rsync" "tar" "gpg", "md5sum")
|
||||||
|
|
||||||
for dep in "${deps[@]}"; do
|
for dep in "${deps[@]}"; do
|
||||||
if ! command -v "$dep" > /dev/null 2>&1; then
|
if ! command -v "$dep" > /dev/null 2>&1; then
|
||||||
|
Loading…
Reference in New Issue
Block a user