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
DEBIAN_FRONTEND=noninteractive
apt-get update
# Clone Upstream
mkdir -p ./src-pkg-name
cp -rvf ./debian ./src-pkg-name/
cd ./src-pkg-name/
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cd wayland-protocols
git checkout 1.32
cp -rvf ../debian ./
# Get build deps
apt-get build-dep ./ -y