Update main.sh
This commit is contained in:
parent
e54660f17c
commit
44327bf69b
5
main.sh
5
main.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user