This commit is contained in:
deathbybandaid 2022-03-09 14:43:12 -05:00
parent 0aed514cf4
commit 471b7b6364

View File

@ -4,6 +4,8 @@ echo "Checking Dependencies"
## Script Location ## Script Location
SCRIPTDIR=$(dirname $0) SCRIPTDIR=$(dirname $0)
apt update
## Start File Loop ## Start File Loop
## For .dependency files In The dependencies Directory ## For .dependency files In The dependencies Directory
DEPENDENCIESALL="$SCRIPTDIR/dependencies/*.dep" DEPENDENCIESALL="$SCRIPTDIR/dependencies/*.dep"