summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-29 00:10:45 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-29 00:10:45 -0500
commit4dc3f06981732b9931e1def8bfede8f43924e9fc (patch)
treebf133d8ef43256bc48e34109f6b3513cae0edf30
parentbac471825786d02a8a90a5a58b67eddfd2ab9d12 (diff)
downloadgcompat-4dc3f06981732b9931e1def8bfede8f43924e9fc.tar.gz
gcompat-4dc3f06981732b9931e1def8bfede8f43924e9fc.tar.bz2
gcompat-4dc3f06981732b9931e1def8bfede8f43924e9fc.tar.xz
gcompat-4dc3f06981732b9931e1def8bfede8f43924e9fc.zip
what a travis-ty
-rwxr-xr-x.travis/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install b/.travis/install
index df8914a..a1d8620 100755
--- a/.travis/install
+++ b/.travis/install
@@ -7,7 +7,7 @@ tar -xzOf x86_64.apk sbin/apk.static > /tmp/apk.static
chmod a+x /tmp/apk.static
mkdir -p "$NEWROOT"/etc/apk
-/tmp/apk.static -X "https://mirrormaster.adelielinux.org/adelie/current/system" --root "$NEWROOT" --initdb --no-progress add adelie-core bash-binsh musl-dev gcc binutils
+/tmp/apk.static -X "https://distfiles.adelielinux.org/adelie/current/system" --root "$NEWROOT" --initdb --no-progress add adelie-core bash-binsh musl-dev gcc binutils
cd "$NEWROOT"