Skip to content

Commit

Permalink
Improve instructions for variable shell
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 745f92d commit 9a8fdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phx_tools_web/live/phx_tools_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</:header>

<:installation_command>
<%= "/bin/bash -c \"$(curl -fsSL #{Endpoint.url() <> "/Linux.sh"})\"" %>
<%= "$SHELL -c \"$(curl -fsSL #{Endpoint.url() <> "/Linux.sh"})\"" %>
</:installation_command>

<:instruction>
Expand All @@ -30,7 +30,7 @@
</:header>

<:installation_command>
<%= "/bin/bash -c \"$(curl -fsSL #{Endpoint.url() <> "/macOS.sh"})\"" %>
<%= "$SHELL -c \"$(curl -fsSL #{Endpoint.url() <> "/macOS.sh"})\"" %>
</:installation_command>

<:instruction>
Expand Down

0 comments on commit 9a8fdd7

Please sign in to comment.