Update main.sh

This commit is contained in:
ferrreo 2023-08-30 18:52:43 +01:00 committed by GitHub
parent f77ace3dc4
commit 27556e692d
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/anatol/booster.git
cp -rvf ./debian ./src-pkg-name/ cd booster
cd ./src-pkg-name/ cp -rvf ../debian ./
cp -f ../Makefile ./Makefile
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y