Skip to content

Commit

Permalink
remove powershell installation
Browse files Browse the repository at this point in the history
Signed-off-by: FaithKovi <[email protected]>
  • Loading branch information
FaithKovi committed Sep 29, 2023
1 parent d5c1e61 commit 8727b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ while true; do
break

elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y git gh curl nodejs
fi

Expand Down

0 comments on commit 8727b35

Please sign in to comment.