pika-hyprland-autologin/main.sh
2023-07-26 17:13:04 +01:00

16 lines
226 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/