refind/main.sh

21 lines
338 B
Bash
Raw Normal View History

2023-06-18 16:09:57 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
2023-06-18 16:17:01 +02:00
tar refind-0.14.0.2
tar -xf ./refind-src-0.14.0.2.tar.gz
cp -rvf ./debian ./refind-0.14.0.2/
cd ./refind-0.14.0.2/
2023-06-18 16:09:57 +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/