feat: install terraform from setup

This commit is contained in:
Peter 2023-06-16 06:36:55 +00:00
parent 450ef83c50
commit 4d794b4b7e

View file

@ -14,8 +14,10 @@ curl -L https://dot.net/v1/dotnet-install.sh | sudo bash -s -- --channel LTS --i
curl -L https://dot.net/v1/dotnet-install.sh | sudo bash -s -- --channel STS --install-dir /usr/local/dotnet curl -L https://dot.net/v1/dotnet-install.sh | sudo bash -s -- --channel STS --install-dir /usr/local/dotnet
if $(which dnf 2>&1 > /dev/null); then if $(which dnf 2>&1 > /dev/null); then
sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
sudo dnf install -y \ sudo dnf install -y \
zoxide \ zoxide \
terraform \
fontawesome-fonts \ fontawesome-fonts \
fontawesome5-free-fonts fontawesome5-free-fonts
fi fi