Skip to content

Commit

Permalink
changes to support windows installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Jun 7, 2023
1 parent be486e3 commit 79f0ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ file_issue_prompt() {
}

copy_draft_files() {
if [[ ":$PATH:" == *":$HOME/.local/bin:"* ]]; then
if [[ ":$PATH:" == *":$HOME/.local/bin:"* || "$OS" == "windows" ]]; then
if [ ! -d "$HOME/.local/bin" ]; then
mkdir -p "$HOME/.local/bin"
fi
Expand Down

0 comments on commit 79f0ad2

Please sign in to comment.