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

15 lines
220 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
mkdir -p ./output
mv ../*.deb ./output/