From 7b4d20e05f15d0f7c4f0d8eff42773eef4739dcb Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 4 Aug 2024 15:40:38 +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..4ce8fe0 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-applets.git +cd cosmic-applets # 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-applets_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package