booster/main.sh

24 lines
461 B
Bash
Raw Normal View History

2023-08-30 19:46:02 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-09-01 20:07:31 +02:00
git clone https://github.com/anatol/booster.git
2023-08-30 19:52:43 +02:00
cd booster
cp -rvf ../debian ./
cp -f ../Makefile ./Makefile
2023-08-30 21:50:22 +02:00
cp -f ../booster.yml ./booster.yml
2023-09-03 13:15:07 +02:00
cp -f ../booster-nvidia.yml ./booster-nvidia.yml
2023-08-30 20:48:16 +02:00
cp -f ../update-initramfs ./update-initramfs
2023-08-30 19:46:02 +02:00
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/