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
Couleur & CTT for parts of their code from the-installer and CL