Git Product home page Git Product logo

distant.dev's People

Contributors

chipsenkbeil avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

distant.dev's Issues

Create static `install-distant.sh` file

Create sh script to support downloading via curl or wget

Can potentially grab the rustup script from https://sh.rustup.rs and modify to perform our download instead from Github-hosted files.

Windows implementation

For Windows, rustup uses a custom-made exe, but wondering if we can get by with a powershell script instead. Look into using Invoke-Webrequest or DownloadFile as discussed on superuser and superuser downloading files via powershell. Then we give a recommendation like iex (iwr -useb https://sh.distant.dev)?

Could also try solution discussed on stackoverflow:

powershell -nop -ExecutionPolicy Bypass -c "Invoke-Command -ScriptBlock ([scriptblock]::Create([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://server.com/upload/script.ps1')))) -ArgumentList @('somearg','someotherarg')"

The above lets us specify arguments, but is longer. If there's a shorthand way to provide arguments to the iex, that may be easier to let others provide options like not prompting for a version, etc.

ChatGPT claims this will work if providing --help:

iex ((iwr -useb https://sh.distant.dev) + ' --help')

Scoop provides a good example for windows: https://github.com/ScoopInstaller/Install#readme

Host on Cloudflare

Configure a worker to respond to all https://sh.distant.dev/ requests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.