From 5dec5c206a4eb44d290df397cf7abb42246f24b7 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 10 Jun 2023 21:23:41 +0100 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 6c459af..09d2491 100755 --- a/main.sh +++ b/main.sh @@ -9,11 +9,11 @@ add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -wget -nv https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/download/v0.4.0/v0.4.0.tar.gz +wget -nv https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v0.4.0.tar.gz tar -xf ./v0.4.0.tar.gz -mkdir -p ./xdph -cp -rvf ./debian ./xdph/ -cd ./xdph/ +mkdir -p ./xdg-desktop-portal-hyprland-0.4.0 +cp -rvf ./debian ./xdg-desktop-portal-hyprland-0.4.0/ +cd ./xdg-desktop-portal-hyprland-0.4.0/ # Get build deps ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime