Skip to content

Commit

Permalink
Remove wget run for now
Browse files Browse the repository at this point in the history
See #20. This clearly isn't a long term fix, but it'll do
  • Loading branch information
SquidDev committed Apr 25, 2020
1 parent ee72b01 commit c3c4768
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/viewer/screens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export type TokenDisplayProps = {

const genSetup = (token: string) =>
<div>
<pre>
<span class={termLine}>wget run {window.location.origin}/cloud.lua {token}</span>
</pre>
<p>or</p>
<pre>
<span class={termLine}>wget {window.location.origin}/cloud.lua</span>
{"\n"}
Expand Down

0 comments on commit c3c4768

Please sign in to comment.