From f164ad71ec5c7ff2d069197ec8042721191d57ed Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 6 Oct 2024 15:48:29 +0200 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index cf23a95..4d6716e 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch VERSION="0.1" # Clone Upstream -git clone https://github.com/pop-os/cosmic-comp.git -b drm-syncobj +git clone https://github.com/pop-os/cosmic-comp.git cd cosmic-comp sed -i '/^\s*\(cargo\|rustc\|rust-all\)\s*\(([^)]*)\)\?\s*,\?$/d; s/,\s*\(cargo\|rustc\|rust-all\)\s*\(([^)]*)\)\?\s*,\?//g' ./debian/control