/SSIS

Synth's Stupid Install Script ~ Automate Scoop and Program Installs

Primary LanguagePowerShell

Synthi's Stupid Install Script (SSIS)

An attempt to make a stupid simple script to install my favorite programs using scoop.

Get it using Run (Win+R)
powershell irm https://raw.githubusercontent.com/snthcy/SSIS/main/SSIS.ps1 | iex

Or in PowerShell directly
Invoke-RestMethod https://raw.githubusercontent.com/snthcy/SSIS/main/SSIS.ps1 | Invoke-Expression

Credits

Couleur & CTT for parts of their code from the-installer and CL