From 9b6bee41765d4ba5662871e3fe184f2bfb0ae34a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 24 Aug 2024 11:26:53 +0900 Subject: [PATCH] updated to download a newer but not latest dotfiles --- 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 015d31f..418f50f 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.3.1-1" +specific_version="v2.3.3-DebUntu" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##