Skip to content
Snippets Groups Projects
Unverified Commit 7ac558d4 authored by Oliver Smith's avatar Oliver Smith
Browse files

install_pmbootstrap: force IPv4 for gitlab.postmarketos.org (MR 9)

parent 35221ff1
No related branches found
No related tags found
No related merge requests found
Pipeline #208081 failed
......@@ -56,6 +56,10 @@ printf "\n"
# shellcheck disable=SC2086
apk -q add $depends
# Force IPv4 for gitlab.postmarketos.org until it supports IPv6 too, OSUOSL is
# working on it (infra#195)
echo "140.211.167.182 gitlab.postmarketos.org" >> /etc/hosts
# Set up binfmt_misc
if ! mount | grep -q /proc/sys/fs/binfmt_misc; then
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment