Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-14 18:33:29 +03:00 committed by GitHub
parent 34a6088746
commit c94564cd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
# Clone Upstream # Clone Upstream
git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui
cd ./vanilla-apx-gui cd ./vanilla-apx-gui
rm -rfv debian/changelog
touch debian/changelog
echo -e "vanilla-apx-gui (1.0.2-99pika2.lunar) lunar; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y