From ae2a2048584317e21ad4d47379667b3a3db7739d Mon Sep 17 00:00:00 2001 From: Bluemedia Date: Sun, 25 Feb 2024 20:42:50 +0100 Subject: [PATCH] Force git checkout of Hyprland repos --- roles/desktop-environment/tasks/hyprland.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index 5882465..a955ed8 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -35,6 +35,7 @@ repo: 'https://github.com/hyprwm/Hyprland.git' dest: /usr/local/src/Hyprland version: v0.35.0 + force: true recursive: true - name: Checkout hyprlang repo @@ -42,6 +43,7 @@ repo: 'https://github.com/hyprwm/hyprlang.git' dest: /usr/local/src/hyprlang version: v0.4.0 + force: true recursive: true - name: Checkout xdg-desktop-portal-hyprland repo @@ -49,6 +51,7 @@ repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git' dest: /usr/local/src/xdg-desktop-portal-hyprland version: v1.3.1 + force: true recursive: true - name: Build Hyprland