We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c201567 commit dfdd179Copy full SHA for dfdd179
system/bin/lhroot
@@ -206,7 +206,7 @@ arch_64 () {
206
*)
207
abort "Unknown arch, maybe your arch is x86 or arm?" ;;
208
esac
209
- wget "https://mirrors.evowise.com/archlinux/iso/2021.01.01/archlinux-bootstrap-2020.01.01-${archurl}.tar.gz" -qO $tarball & e_spinner
+ wget "https://mirrors.evowise.com/archlinux/iso/2021.01.01/archlinux-bootstrap-2021.01.01-${archurl}.tar.gz" -qO $tarball & e_spinner
210
fi
211
mkdir -p "$folder"
212
cd "$folder"
0 commit comments