From 7f1ef8bfaf96eec99683702f3aa1a6829ff26394 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 10 Jul 2023 10:45:36 +0200 Subject: [PATCH] start sway support --- usr/lib/archboot/update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index c065e27fd..3b3816663 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -121,7 +121,7 @@ _download_latest() { wget -q "${_SOURCE}${_LIB}/${i}?inline=false" -O "${_LIB}/${i}" done # update libs - LIBS="update.sh xfce.sh gnome.sh gnome-wayland.sh plasma.sh plasma-wayland.sh" + LIBS="update.sh xfce.sh gnome.sh gnome-wayland.sh plasma.sh plasma-wayland.sh sway.sh" for i in ${LIBS}; do wget -q "${_SOURCE}${_UPDATE}/${i}?inline=false" -O "${_UPDATE}/${i}" done