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
Ward Nakchbandi (Cosmic Fusion) 8873132df7
2023-10-04 21:15:14 +03:00

14 lines
199 B
Bash
Executable File

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