download rootfs from github instead of osdn
Signed-off-by: Dan Johansen <strit@manjaro.org>
This commit is contained in:
parent
2cb6fef9bc
commit
b8233d03ba
|
|
@ -123,7 +123,7 @@ create_install() {
|
||||||
if [ -f Manjaro-ARM-$ARCH-latest.tar.gz* ]; then
|
if [ -f Manjaro-ARM-$ARCH-latest.tar.gz* ]; then
|
||||||
rm Manjaro-ARM_$ARCH-latest.tar.gz*
|
rm Manjaro-ARM_$ARCH-latest.tar.gz*
|
||||||
fi
|
fi
|
||||||
wget -q --show-progress --progress=bar:force:noscroll https://osdn.net/projects/manjaro-arm/storage/.rootfs/Manjaro-ARM-$ARCH-latest.tar.gz
|
wget -q --show-progress --progress=bar:force:noscroll https://github.com/manjaro-arm/rootfs/releases/latest/download/Manjaro-ARM-$ARCH-latest.tar.gz
|
||||||
|
|
||||||
info "Extracting $ARCH rootfs..."
|
info "Extracting $ARCH rootfs..."
|
||||||
bsdtar -xpf $TMPDIR/Manjaro-ARM-$ARCH-latest.tar.gz -C $TMPDIR/root
|
bsdtar -xpf $TMPDIR/Manjaro-ARM-$ARCH-latest.tar.gz -C $TMPDIR/root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue