From 3a96108154008151d8a825e8ee27bef51e8ad8f5 Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Sun, 18 Sep 2022 17:00:45 +0200 Subject: [PATCH] Add missing chntpw check --- convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index 4183127..c4e66f3 100755 --- a/convert.sh +++ b/convert.sh @@ -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"