Update main.sh
This commit is contained in:
parent
e54660f17c
commit
44327bf69b
5
main.sh
5
main.sh
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.7.5"
|
VERSION="1.7.5+wayland3"
|
||||||
GIT_BRANCH="1.7.5+wayland3"
|
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# 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
|
cp -rvf ./debian ./rofi
|
||||||
cd ./rofi
|
cd ./rofi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user