diff --git a/setup.sh b/setup.sh
index accfb8d2a8fdd59736ceca0f829411fe21cb46ed..ede60843566fda44ce068af4934771103c8fa549 100755
--- a/setup.sh
+++ b/setup.sh
@@ -203,6 +203,7 @@ function waGetInquirer() {
         rm -f "$INQUIRER"
         # curl -o "$INQUIRER" "https://raw.githubusercontent.com/winapps-org/winapps/main/install/inquirer.sh"
         curl -o "$INQUIRER" "https://gitlab.phaidra.org/imgw/winapps/-/raw/eeb08b09ed9fda0ec85c51f616476ed10bc7a6c1/install/inquirer.sh"
+    fi
     # shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck.
     source "$INQUIRER"
     if [ -d "$SYS_SOURCE_PATH" ]; then
@@ -212,8 +213,6 @@ function waGetInquirer() {
     else
         continue
     fi
-
-
 }
 
 # Name: 'waCheckInput'