Skip to content

Commit 60f38d8

Browse files
committed
fix(gitguard): update URL for gitguard-prepare.py download
1 parent a3a7f4e commit 60f38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitguard/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ handle_remote_install() {
206206
echo -e "${BLUE}Downloading GitGuard...${NC}"
207207

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

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

0 commit comments

Comments
 (0)