update update-server.conf

This commit is contained in:
Tobias Powalowski 2024-07-25 09:09:33 +02:00
parent de1325d119
commit 5d5405e382

View file

@ -3,7 +3,8 @@
# set your managed architectures # set your managed architectures
_SERVER_ARCH="x86_64 aarch64 riscv64" _SERVER_ARCH="x86_64 aarch64 riscv64"
# set program updates that trigger new server release # set program updates that trigger new server release
_TRIGGER="archboot archboot-arm archboot-riscv bcachefs-tools btrfs-progs \ _TRIGGER="archboot archboot-arm archboot-riscv bcachefs-tools btrfs-progs
coreutils cryptsetup device-mapper dosfstools e2fsprogs glibc \ coreutils cryptsetup device-mapper dosfstools e2fsprogs glibc
iproute2 iputils iw iwd linux linux-firmware lvm2 mdadm openssh \ iproute2 iputils iw iwd linux linux-firmware lvm2 mdadm nano neovim
pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs" openssh pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs"
# vim: set ft=sh ts=4 sw=4 et: