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