From cf3b5d2bc2024698e8aa7e430618712007a00647 Mon Sep 17 00:00:00 2001 From: Thomas Leon Highbaugh Date: Tue, 21 Apr 2026 12:42:19 -0400 Subject: [PATCH] corrected repo for tui-installer.sh Was listed as "Burhanverse/colloid-icon-theme" which is 91 commits behind `vinceliuice/Colloid-icon-theme` at the time of writing, so it is corrected for those inclined to use it to ease variant installation. --- tui_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tui_installer.sh b/tui_installer.sh index 5daa86f9..692e8efe 100755 --- a/tui_installer.sh +++ b/tui_installer.sh @@ -1,7 +1,7 @@ #!/bin/bash # Repository -REPO="Burhanverse/colloid-icon-theme" +REPO="vinceliuice/Colloid-icon-theme" # Color codes RED='\033[0;31m' @@ -372,4 +372,4 @@ main() { echo -e "${GREEN}Installation completed successfully.${NC}" } -main "$@" \ No newline at end of file +main "$@"