Update main.sh

This commit is contained in:
ferreo 2024-08-04 16:05:39 +02:00
parent d77c3095f8
commit bfe73e587c

View File

@ -6,14 +6,14 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.2.3"
VERSION="0.1.0"
# Clone Upstream
git clone https://github.com/pop-os/launcher.git
cd launcher
git clone https://github.com/pop-os/cosmic-applibrary.git
cd cosmic-applibrary
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p pop-launcher_"$VERSION" || echo "dh-make: Ignoring Last Error"
LOGNAME=root dh_make --createorig -y -l -p cosmic-app-library_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package