pika-hyprland-autologin/main.sh

15 lines
220 B
Bash
Raw Permalink Normal View History

2023-07-26 18:01:05 +02:00
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-07-26 18:13:04 +02:00
dh_make --createorig
2023-07-26 18:01:05 +02:00
dpkg-buildpackage --no-sign
# Move the debs to output
mkdir -p ./output
2023-07-26 18:14:13 +02:00
mv ../*.deb ./output/