diff --git a/usr/share/archboot/server/trigger-update.sh b/usr/share/archboot/server/trigger-update.sh index 7775a17fd..62a6dffbb 100755 --- a/usr/share/archboot/server/trigger-update.sh +++ b/usr/share/archboot/server/trigger-update.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # created by Tobias Powalowski _ARCH="x86_64 aarch64 riscv64" -_TRIGGER="archboot bcachefs-tools btrfs-progs coreutils cryptsetup device-mapper dosfstools e2fsprogs glibc iproute2 iwd linux linux-firmware lvm2 mdadm openssh pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs" +_TRIGGER="archboot bcachefs-tools btrfs-progs coreutils cryptsetup device-mapper dosfstools e2fsprogs glibc iproute2 iputils iw iwd linux linux-firmware lvm2 mdadm openssh pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs" _CHROOTS="/home/tobias/Arch/iso/chroots" cd "${_CHROOTS}" || exit 1 [[ -e MASK ]] && exit 0