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.
This commit is contained in:
Thomas Leon Highbaugh
2026-04-21 12:42:19 -04:00
committed by GitHub
parent c9e702beb9
commit cf3b5d2bc2
+2 -2
View File
@@ -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 "$@"
main "$@"