You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/install/linux/install-talosctl

6 lines
188 B
Bash

#!/bin/bash
dir="$HOME/.local/bin"
mkdir -p "$dir"
curl -L https://github.com/talos-systems/talos/releases/latest/download/talosctl-linux-amd64 -o "$dir"/talosctl
chmod +x "$dir/talosctl"