apx/main.sh
Ward Nakchbandi (Cosmic Fusion) d18d5f674c
Update main.sh
2023-07-13 01:58:51 +03:00

15 lines
252 B
Bash
Executable File

# Clone Upstream
git clone --recursive -b main https://github.com/PikaOS-Linux/apx
cd ./apx
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/