refind-btrfs/main.sh
Ward Nakchbandi (Cosmic Fusion) 85f446da55
initial commit
2023-08-06 21:23:17 +03:00

16 lines
257 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/trbs/pid -b 3.0.4
cp -rvf ./debian ./pid/
cd ./pid
# 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/