From 27556e692d0135d035f6f8d46da6ec6663fdda11 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 30 Aug 2023 18:52:43 +0100 Subject: [PATCH] Update main.sh --- main.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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