diff --git a/main.sh b/main.sh index 4fd7b08..8a380ca 100755 --- a/main.sh +++ b/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