start sway support

This commit is contained in:
Tobias Powalowski 2023-07-10 10:45:36 +02:00
parent 22eb0db0c6
commit 7f1ef8bfaf

View file

@ -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