From db7f1abb5cbc069316c852b95ba4c271232bdde9 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:12:29 +0300 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 1ccd4f1..c0b830b 100755 --- a/main.sh +++ b/main.sh @@ -4,10 +4,10 @@ DEBIAN_FRONTEND=noninteractive # Clone Upstream -wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz -tar -xf ./wayland-1.23.0.tar.gz -cp -rvf ./debian ./wayland-1.23.0/ -cd ./wayland-1.23.0/ +wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz +tar -xf ./wayland-1.22.0.tar.gz +cp -rvf ./debian ./wayland-1.22.0/ +cd ./wayland-1.22.0/ # Get build deps apt-get build-dep ./ -y