From 84ab9b775e6886a28d1aff3d05bf0a1fc8783f68 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 10:57:34 +0900 Subject: [PATCH] Updated dotfiles to be installed for Ubuntu --- install-scripts/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index cc80625..c389d59 100755 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -3,7 +3,7 @@ # Hyprland-Dots to download a specific release # # Define the specific release version to download -specific_version="v2.2.10-1" +specific_version="v2.2.11" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##