Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-07-26 18:13:52 +02:00
parent e54660f17c
commit 44327bf69b

View File

@ -2,15 +2,14 @@
set -e
VERSION="1.7.5"
GIT_BRANCH="1.7.5+wayland3"
VERSION="1.7.5+wayland3"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/lbonn/rofi.git -b "$GIT_BRANCH"
git clone --recurse-submodules https://github.com/lbonn/rofi.git -b "$VERSION"
cp -rvf ./debian ./rofi
cd ./rofi