Update main.sh
This commit is contained in:
parent
e2751b06ee
commit
4341d94eb9
8
main.sh
8
main.sh
@ -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
|
||||||
|
Reference in New Issue
Block a user