Update main.sh
This commit is contained in:
parent
3ac5b5146b
commit
db7f1abb5c
8
main.sh
8
main.sh
@ -4,10 +4,10 @@ DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
|
|
||||||
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.23.0/wayland-1.23.0.tar.gz
|
wget -nv https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz
|
||||||
tar -xf ./wayland-1.23.0.tar.gz
|
tar -xf ./wayland-1.22.0.tar.gz
|
||||||
cp -rvf ./debian ./wayland-1.23.0/
|
cp -rvf ./debian ./wayland-1.22.0/
|
||||||
cd ./wayland-1.23.0/
|
cd ./wayland-1.22.0/
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Reference in New Issue
Block a user