From 85f4300ea8628f6a3fb221bc8d47dcfa07a19bc3 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 3 Feb 2025 17:16:53 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index fec4ddb..2bf3974 100755 --- a/main.sh +++ b/main.sh @@ -6,10 +6,10 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0.1" +VERSION="1.1.0" # Clone Upstream -git clone --recurse-submodules https://github.com/ghostty-org/ghostty.git -b v"$VERSION" +mkdir ./ghostty cp -rvf ./debian ./ghostty/ cd ./ghostty