4 Commits

Author SHA1 Message Date
Mateusz Urbanek
bf6ad51710
feat: add back install script
Install script needs to be present here until we update the docs website

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
2025-10-16 08:21:55 +02:00
Andrey Smirnov
da451c5ba4
chore: drop documentation except for fresh reference
As the documentation got moved to
https://github.com/siderolabs/docs/tree/main/public/talos, drop the
documentation from Talos repository to avoid confusion.

Leave only generated reference docs for now.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-10-15 22:13:25 +04:00
Steve Francis
965e645915
docs: update to use talosctl install script
Signed-off-by: Steve Francis <steve.francis@talos-systems.com>

Replaced multiple curl examples to get the correct talosctl with a curl that executes the install script.
2023-01-20 12:07:00 +01:00
Steve Francis
b7763843af
feat: add install script that improves talosctl installation user experience
This install script detects the platform and architecture, and downloads the correct talosctl, and checks the gpg checksums.
It also installs and chmods the binary.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
2022-12-15 11:13:13 -08:00