Skip to content
Snippets Groups Projects
Commit 5430663b authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Fix: Ensure inquirer script is downloaded correctly in waGetInquirer function

parent f2b3fdd6
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment