Update main.sh
This commit is contained in:
parent
f77ace3dc4
commit
27556e692d
7
main.sh
7
main.sh
@ -3,9 +3,10 @@
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
git clone https://github.com/anatol/booster.git
|
||||
cd booster
|
||||
cp -rvf ../debian ./
|
||||
cp -f ../Makefile ./Makefile
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
Loading…
Reference in New Issue
Block a user