Update main.sh

This commit is contained in:
ferrreo 2023-08-10 19:29:23 +01:00 committed by GitHub
parent e2751b06ee
commit 4341d94eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
#! /bin/bash #! /bin/bash
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
apt-get update
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cp -rvf ./debian ./src-pkg-name/ cd wayland-protocols
cd ./src-pkg-name/ git checkout 1.32
cp -rvf ../debian ./
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y