Fix typo
This commit is contained in:
parent
741e9602a4
commit
4ab7a666e2
|
|
@ -132,7 +132,7 @@ create_install() {
|
|||
info "Downloading latest $ARCH rootfs..."
|
||||
cd $TMPDIR
|
||||
if [ -f Manjaro-ARM-$ARCH-latest.tar.gz* ]; then
|
||||
rm Manjaro-ARM_$ARCH-latest.tar.gz*
|
||||
rm Manjaro-ARM-$ARCH-latest.tar.gz*
|
||||
fi
|
||||
wget -q --show-progress --progress=bar:force:noscroll https://github.com/manjaro-arm/rootfs/releases/latest/download/Manjaro-ARM-$ARCH-latest.tar.gz
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue