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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user