correct function in server.sh

This commit is contained in:
Tobias Powalowski 2022-03-22 10:47:41 +01:00
parent 4a7794d5b2
commit fbb0a96e12

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
. /etc/archboot/defaults . /etc/archboot/defaults
. /usr/lib/archboot/container_functions . /usr/lib/archboot/container.sh
_ISO_BUILD_DIR="$(mktemp -d "${_ISO_HOME_ARCH}"/server-release.XXX)" _ISO_BUILD_DIR="$(mktemp -d "${_ISO_HOME_ARCH}"/server-release.XXX)"
_update_aarch64_pacman_chroot() { _update_aarch64_pacman_chroot() {