Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-02 03:12:29 +03:00 committed by GitHub
parent 3ac5b5146b
commit db7f1abb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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