fix iso path
This commit is contained in:
parent
3365186b6c
commit
0f269deebb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set +h
|
||||||
|
|
||||||
# config
|
# config
|
||||||
WORKDIR="/tmp/menhera"
|
WORKDIR="/tmp/menhera"
|
||||||
MIRROR="https://iso-ultralite.meson.cc/archlinux"
|
MIRROR="https://iso.meson.cc/ultralite/archlinux"
|
||||||
ROOTFS="${MIRROR}/iso/latest/arch/x86_64/airootfs.sfs"
|
ROOTFS="${MIRROR}/iso/latest/arch/x86_64/airootfs.sfs"
|
||||||
|
|
||||||
declare -A ARCH_MAP=(
|
declare -A ARCH_MAP=(
|
||||||
|
|
Loading…
Reference in a new issue