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
# Clone Upstream
mkdir -p ./src-pkg-name
cp -rvf ./debian ./src-pkg-name/
cd ./src-pkg-name/
git clone https://gitlab.com/ananicy-cpp/ananicy-cpp.git
cd ananicy-cpp
cp -rvf ../debian ./
# Get build deps
apt-get build-dep ./ -y