Skip to content

Commit

Permalink
fix(gitguard): update URL for gitguard-prepare.py download
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Nov 1, 2024
1 parent a3a7f4e commit 60f38d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitguard/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ handle_remote_install() {
echo -e "${BLUE}Downloading GitGuard...${NC}"

# Download the necessary files
curl -s -o "$temp_dir/gitguard-prepare.py" "https://raw.githubusercontent.com/yourusername/gitguard/main/gitguard-prepare.py"
curl -s -o "$temp_dir/gitguard-prepare.py" "https://raw.githubusercontent.com/deeeed/universe/main/packages/gitguard/gitguard-prepare.py"

if [ ! -f "$temp_dir/gitguard-prepare.py" ]; then
echo -e "${RED}❌ Failed to download GitGuard files${NC}"
Expand Down

0 comments on commit 60f38d8

Please sign in to comment.