From bfe73e587cb8d4b5aa7f142071b40f93ddefcda5 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 4 Aug 2024 16:05:39 +0200 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 5fe1d75..3bcfd5c 100755 --- a/main.sh +++ b/main.sh @@ -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