We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a7f4e commit 60f38d8Copy full SHA for 60f38d8
packages/gitguard/install.sh
@@ -206,7 +206,7 @@ handle_remote_install() {
206
echo -e "${BLUE}Downloading GitGuard...${NC}"
207
208
# Download the necessary files
209
- 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"
210
211
if [ ! -f "$temp_dir/gitguard-prepare.py" ]; then
212
echo -e "${RED}❌ Failed to download GitGuard files${NC}"
0 commit comments