Charmed-Kubernetes/etcd/actions/install

9 lines
151 B
Bash
Executable File

#!/bin/bash
set -eux
# Install a snap attached from the `etcd` resource.
RESOURCE_PATH=$(resource-get etcd)
snap install --dangerous $RESOURCE_PATH