Update main.sh

This commit is contained in:
ferrreo 2023-06-20 17:11:28 +01:00 committed by GitHub
parent 626893ce97
commit 851e54b0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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