This repository has been archived on 2024-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
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/