Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
1684b4a6
Commit
1684b4a6
authored
Jan 05, 2021
by
Sven-Hendrik Haase
Browse files
Merge branch 'curl' into 'master'
Do explicit mirror resolve with curl See merge request
archlinux/arch-boxes!154
parents
11cf7d45
e2a3a52d
Pipeline
#4890
passed with stages
in 32 minutes and 12 seconds
Changes
1
Pipelines
27
Hide whitespace changes
Inline
Side-by-side
build-host.sh
View file @
1684b4a6
...
...
@@ -128,7 +128,7 @@ function main() {
expect
"# "
# Explicitly lookup mirror address as we
'd get random failures otherwise during pacman
send "
host
${MIRROR}\n"
send "
curl -sSo /dev/null
${MIRROR}\n"
expect "# "
# Install required packages
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment