An open API service indexing awesome lists of open source software.

https://github.com/alshdavid/install-scripts


https://github.com/alshdavid/install-scripts

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install Scripts

## Instructions

More at: [https://sh.davidalsh.com](https://sh.davidalsh.com)

### Linux and MacOS

```bash
eval $(curl -sSf sh.davidalsh.com/ping.sh | sh)
```

### Windows

```powershell
iex ((New-Object System.Net.WebClient).DownloadString('https://sh.davidalsh.com/ping.ps1'))
```