File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ echo ""
102102# 3. Required repositories check
103103print_status " 3. 🏗️ Checking Required Repositories..."
104104
105- check_github_repo " damienbutt/homebrew-tap" " Homebrew formula repository" " GITHUB_TOKEN"
106- check_github_repo " damienbutt/scoop-bucket" " Scoop bucket repository" " GITHUB_TOKEN"
107- check_github_repo " damienbutt/winget-pkgs" " Winget package repository" " GITHUB_TOKEN"
108- check_github_repo " damienbutt/nur" " Nix User Repository (NUR)" " GITHUB_TOKEN"
105+ check_github_repo " damienbutt/homebrew-tap" " Homebrew formula repository" " $ GITHUB_TOKEN"
106+ check_github_repo " damienbutt/scoop-bucket" " Scoop bucket repository" " $ GITHUB_TOKEN"
107+ check_github_repo " damienbutt/winget-pkgs" " Winget package repository" " $ GITHUB_TOKEN"
108+ check_github_repo " damienbutt/nur" " Nix User Repository (NUR)" " $ GITHUB_TOKEN"
109109echo " "
110110
111111# 4. Check build tools
@@ -136,7 +136,6 @@ if [ ${#MISSING_SECRETS[@]} -eq 0 ] && \
136136 done
137137 fi
138138else
139- echo -e " ${RED} ❌ Missing required prerequisites:${NC} "
140139 print_error " Missing required prerequisites:"
141140
142141 if [ ${# MISSING_SECRETS[@]} -gt 0 ]; then
You can’t perform that action at this time.
0 commit comments