diff --git a/setup.sh b/setup.sh index b0b46673382781f0f9a1b1bb6046e2b2c54c3fee..78dde91eb290d3e3adc5a7832b4f1eb4e6684fa8 100755 --- a/setup.sh +++ b/setup.sh @@ -189,11 +189,11 @@ function waGetInquirer() { local INQUIRER=$INQUIRER_PATH if [ -d "$SYS_SOURCE_PATH" ]; then - INQUIRER=$SYS_SOURCE_PATH/$INQUIRER_PATH + INQUIRER=$SYS_SOURCE_PATH/$INQUIRER_PATH elif [ -d "$USER_SOURCE_PATH" ] ; then - INQUIRER=$USER_SOURCE_PATH/$INQUIRER_PATH + INQUIRER=$USER_SOURCE_PATH/$INQUIRER_PATH else - INQUIRER="/tmp/waInquirer.sh" + INQUIRER="/tmp/waInquirer.sh" rm -f "$INQUIRER" curl -o "$INQUIRER" "https://raw.githubusercontent.com/winapps-org/winapps/main/install/inquirer.sh"