Salt Project Repository Archive

How to use

Linux

curl -L https://github.com/saltstack/salt-bootstrap/releases/download/v2024.09.24/bootstrap-salt.sh | sudo sh -s -- -R repo.saltproject.io.turtletraction.com

Windows

powershell.exe -Command "Invoke-WebRequest -Uri https://github.com/saltstack/salt-bootstrap/releases/download/v2024.09.24/bootstrap-salt.ps1 -OutFile bootstrap-salt.ps1"
powershell.exe -NonInteractive -NoProfile -executionpolicy bypass -file bootstrap-salt.ps1 -repourl https://repo.saltproject.io.turtletraction.com/salt/py3/windows

Old bootstrap README

README.rst

Old installation guide

https://github.com/saltstack/salt-install-guide/