Update main.sh

This commit is contained in:
ferrreo 2023-06-17 10:31:15 +01:00 committed by GitHub
parent fc3311eb7b
commit adefde6811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,10 @@
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name git clone https://github.com/labwc/labwc.git
cp -rvf ./debian ./src-pkg-name/ cd labwc
cd ./src-pkg-name/ git checkout 0.6.3
cp -rvf ../debian ./
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y