Update main.sh

This commit is contained in:
ferrreo 2023-07-26 16:45:46 +01:00 committed by GitHub
parent 29503e9614
commit 069e248b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
git clone https://github.com/hyprwm/Hyprland.git
cd Hyprland
git submodule update --init
cp -rvf ../debian ./
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.27.2/source-v0.27.2.tar.gz
tar -xf ./source-v0.27.2.tar.gz
cp -rvf ./debian ./hyprland-source
cd ./hyprland-source
#sed -i 's/\/usr\/local/\/usr/g' config.mk
sed -E -i -e 's/(soversion = 12)([^032]|$$)/soversion = 12032/g' subprojects/wlroots/meson.build