~comcloudway/builds.sr.ht

aab77d0f2f2cf4221c97a3e663957fa99d6f5409 — Simon Ser 10 months ago 73f8323
images/archlinux: use yay --provides=false instead of --noprovides

Fixes this warning:

    -> '--noprovides' is deprecated. Use '--provides=false' instead
1 files changed, 2 insertions(+), 2 deletions(-)

M images/archlinux/functions
M images/archlinux/functions => images/archlinux/functions +2 -2
@@ 18,8 18,8 @@ install() {
		sudo pacman -Sy --noconfirm --needed archlinux-keyring
	# Use pacinstall instead of pacman to resolve conflicts
	guest_ssh -n -p $port build@localhost sudo pacinstall --sysupgrade --yolo
	guest_ssh -p $port build@localhost EDITOR=true PKGEXT=.pkg.tar yay \
		--needed --noconfirm --noprovides -S "$@"
	guest_ssh -p $port build@localhost EDITOR=true PKGEXT=.pkg.tar \
		yay --needed --noconfirm --provides=false -S "$@"
}

add_repository() {