Update main.sh
This commit is contained in:
parent
5a2d314b02
commit
65c693f39f
4
main.sh
4
main.sh
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="0.42.0"
|
VERSION="0.42.0-git"
|
||||||
|
|
||||||
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/hyprwm/hyprland -b v"$VERSION"
|
git clone --recurse-submodules https://github.com/hyprwm/hyprland
|
||||||
cp -rvf ./debian ./hyprland/
|
cp -rvf ./debian ./hyprland/
|
||||||
cd ./hyprland
|
cd ./hyprland
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user