diff --git a/templates/index.html b/templates/index.html index f3be2b4..9610cc3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,10 +28,9 @@

Live terminal broadcast

- curl -sLo - wget -qO - shellshare https://get.shellshare.net && chmod +x shellshare && ./shellshare - iwr https://get.shellshare.net -OutFile shellshare.exe; .\shellshare.exe + curl -sLo shellshare https://get.shellshare.net/?os=mac && chmod +x shellshare && ./shellshare + wget -qO shellshare https://get.shellshare.net/?os=linux && chmod +x shellshare && ./shellshare + iwr https://get.shellshare.net/?os=windows -OutFile shellshare.exe; .\shellshare.exe