Update main.sh
This commit is contained in:
parent
1eba7f58b5
commit
85c4f22c83
8
main.sh
8
main.sh
@ -3,10 +3,10 @@
|
|||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.26.0/source-v0.26.0.tar.gz
|
git clone https://github.com/hyprwm/Hyprland.git
|
||||||
tar -xf ./source-v0.26.0.tar.gz
|
cd Hyprland
|
||||||
cp -rvf ./debian ./hyprland-source
|
git submodle update --init
|
||||||
cd ./hyprland-source
|
cp -rvf ./debian ./
|
||||||
|
|
||||||
#sed -i 's/\/usr\/local/\/usr/g' config.mk
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user