mirror of
https://github.com/vinceliuice/Colloid-icon-theme.git
synced 2026-08-25 12:22:31 -07:00
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:
+2
-2
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user