Update main.sh

This commit is contained in:
ferrreo 2023-10-19 20:39:05 +01:00 committed by GitHub
parent 836290f4eb
commit ba725b8bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.30.0/source-v0.30.0.tar.gz
tar -xf ./source-v0.30.0.tar.gz
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.31.0/source-v0.31.0.tar.gz
tar -xf ./source-v0.31.0.tar.gz
cp -rvf ./debian ./hyprland-source
cd ./hyprland-source