Add missing chntpw check

This commit is contained in:
eraseyourknees 2022-09-18 17:00:45 +02:00
parent 4650d16362
commit 3a96108154

View File

@ -307,7 +307,7 @@ if [ "$1" == "-?" -o "$1" == "--help" -o "$1" == "-h" ]; then
exit
fi
for prog in aria2c cabextract wimlib-imagex; do
for prog in aria2c cabextract wimlib-imagex chntpw; do
which $prog &>/dev/null 2>&1 && continue;
echo "$prog does not seem to be installed"