Skip to content

Commit

Permalink
fix: change reference to install script in the server entry (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Feb 21, 2024
1 parent 81abbb9 commit 39b972e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Polymer({
<div class="section-content">
<div id="command">
sudo bash -c "$(wget -qO-
https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"
https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)"
</div>
</div>
</div>
Expand Down

0 comments on commit 39b972e

Please sign in to comment.