Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 19:11:11 +03:00 committed by GitHub
parent cf13c08d00
commit 7d9b5ae577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@ DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v.0/source-v.0.tar.gz
tar -xf ./source-v.0.tar.gz
cp -rvf ./debian ./hyprland-source
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
#sed -E -i -e 's/(soversion = 12)([^032]|$$)/soversion = 12032/g' subprojects/wlroots/meson.build
# Get build deps
apt-get update