From 2061c2260ab8900649ca1a3709f658586186c2db Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 15:45:59 +0200 Subject: [PATCH] feat: remove shell invoking inside shell (./install.zsh.sh) --- install.zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh.sh b/install.zsh.sh index cfad882..f1dac91 100755 --- a/install.zsh.sh +++ b/install.zsh.sh @@ -1 +1 @@ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" \ No newline at end of file +curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh \ No newline at end of file