refind-btrfs/main.sh
Ward Nakchbandi (Cosmic Fusion) 378a4a0c59
Update main.sh
2023-10-05 19:42:31 +03:00

16 lines
290 B
Bash
Executable File

# Clone Upstream
git clone https://github.com/Venom1991/refind-btrfs -b v0.6.0
cp -rvf ./debian ./refind-btrfs/
cd ./refind-btrfs
# 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/