refind-btrfs/main.sh

20 lines
357 B
Bash
Raw Normal View History

2023-03-08 17:53:07 +01:00
# Clone Upstream
2023-05-24 17:11:09 +02:00
### WTF ###
#git clone https://github.com/pop-os/repolib
#rm -rvf ./repolib/debian
### WTF ###
cp -rvf ./python3-repolib.install ./debian/
cp -rvf ./debian ./repolib/
2023-03-08 17:53:07 +01:00
cd ./repolib
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-05-24 17:11:09 +02:00
dpkg-buildpackage --no-sign
2023-03-08 17:53:07 +01:00
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/