Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Winapps
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Winapps
Commits
95daa5d8
Unverified
Commit
95daa5d8
authored
10 months ago
by
Oskar Manhart
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: properly specify curl output
parent
ace4075b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+6
-4
6 additions, 4 deletions
setup.sh
with
6 additions
and
4 deletions
setup.sh
+
6
−
4
View file @
95daa5d8
...
...
@@ -185,15 +185,17 @@ function waGetSourceCode() {
# Name: 'waGetInquirer'
# Role: Loads the inquirer script, even if the source isn't cloned yet
function
waGetInquirer
()
{
local
INQUIRER
=
$INQUIRER_PATH
if
[
!
-d
"
$SYS_SOURCE_PATH
"
]
&&
[
!
-d
"
$USER_SOURCE_PATH
"
]
;
then
INQUIRER
_PATH
=
"/tmp/waInquirer.sh"
rm
-f
"
$INQUIRER
_PATH
"
INQUIRER
=
"/tmp/waInquirer.sh"
rm
-f
"
$INQUIRER
"
curl
"https://raw.githubusercontent.com/winapps-org/winapps/main/install/inquirer.sh"
-O
"
$INQUIRER_PATH
"
curl
-o
"
$INQUIRER
"
"https://raw.githubusercontent.com/winapps-org/winapps/main/install/inquirer.sh"
fi
# shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck.
source
"
$INQUIRER
_PATH
"
source
"
$INQUIRER
"
}
# Name: 'waCheckInput'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment