neofetch/main.sh

16 lines
213 B
Bash
Raw Normal View History

2023-03-09 16:13:46 +01:00
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/