mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
Merge pull request #1129 from sofia-riese/patch-1
perf(install): enhance execution efficiency
This commit is contained in:
@@ -667,7 +667,7 @@ if [ "$USER" != "root" ] && [ -z "$systype" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -n "$(echo "$url" | grep master)" ]; then
|
||||
if echo "$url" | grep -q 'master'; then
|
||||
setversion
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user