Update main.sh

This commit is contained in:
ferrreo 2023-09-01 16:20:12 +01:00 committed by GitHub
parent 47ccaf8ee4
commit 3a1573839e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,9 @@
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
# Clone Upstream # Clone Upstream
git clone https://github.com/anatol/booster.git git clone https://github.com/ferrreo/booster
cd booster cd booster
git checkout add-debian-elf
cp -rvf ../debian ./ cp -rvf ../debian ./
cp -f ../Makefile ./Makefile cp -f ../Makefile ./Makefile
cp -f ../booster.yml ./booster.yml cp -f ../booster.yml ./booster.yml