From 6d7cbb5e92a81caa47521a65e075ca24ba40082f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 19 Jul 2025 17:27:59 +0900 Subject: [PATCH] updated to download from specific dots branch --- install-scripts/dotfiles-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/dotfiles-branch.sh b/install-scripts/dotfiles-branch.sh index d22efd7..61744a3 100644 --- a/install-scripts/dotfiles-branch.sh +++ b/install-scripts/dotfiles-branch.sh @@ -3,7 +3,7 @@ # Hyprland-Dots to download from main # #specific branch or release -dots_tag="Deb-Untu-Dots" +dots_tag="Debian-Dots" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"