From 9a9eac3b14f21e20a10c111a23ce948acf779db9 Mon Sep 17 00:00:00 2001 From: wwd Date: Fri, 28 Nov 2025 22:44:20 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4acece2..6f8faf1 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /bin/bash # Copyright (C) Juewuy -[ -z "$url" ] && url="https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master" +[ -z "$url" ] && url="https://fastly.jsdelivr.net/gh/wangweitung/ShellCrash@master" type bash &>/dev/null && shtype=bash || shtype=sh echo='echo -e' [ -n "$(echo -e | grep e)" ] && {