💥 Removed extra note on unmet dependencies

This commit is contained in:
z3rOR0ne 2022-09-04 23:02:27 -07:00
parent 19b3e4d682
commit 6d1c459345

View file

@ -24,7 +24,6 @@ function dependencycheck()
done
if [ $missingdependencies -gt 0 ] ; then
echo "${txtred}Please install needed dependencies${txtwhite}"
exit 1
# comment out if using in other scripts
else