From 0ed622493afd68947b1341392bb24dba5756cf34 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 10 Jun 2023 21:37:16 +0100 Subject: [PATCH] Update main.sh --- main.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index 09d2491..5810022 100755 --- a/main.sh +++ b/main.sh @@ -9,11 +9,10 @@ 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/archive/refs/tags/v0.4.0.tar.gz -tar -xf ./v0.4.0.tar.gz -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/ +git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git +cd xdg-desktop-portal-hyprland +git checkout v0.4.0 +cp -rvf ../debian ./ # Get build deps ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime