neofetch/main.sh
2023-06-16 19:12:52 +01:00

16 lines
213 B
Bash
Executable File

DEBIAN_FRONTEND=noninteractive
# Clone Upstream
cd ./neofetch
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/