https://github.com/alshdavid/install-scripts
https://github.com/alshdavid/install-scripts
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alshdavid/install-scripts
- Owner: alshdavid
- License: mit
- Created: 2025-01-19T05:06:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-17T10:26:28.000Z (8 months ago)
- Last Synced: 2025-11-17T12:18:50.409Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'))
```