Update main.sh

This commit is contained in:
ferreo 2025-02-03 17:16:53 +01:00
parent c2d6a0e4ab
commit 85f4300ea8

View File

@ -6,10 +6,10 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="1.0.1" VERSION="1.1.0"
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/ghostty-org/ghostty.git -b v"$VERSION" mkdir ./ghostty
cp -rvf ./debian ./ghostty/ cp -rvf ./debian ./ghostty/
cd ./ghostty cd ./ghostty