From 4d794b4b7e0c88dd7e09a94cd216b795cd0087fc Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Fri, 16 Jun 2023 06:36:55 +0000 Subject: [PATCH] feat: install terraform from setup --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index ef7e360..2522453 100755 --- a/setup.sh +++ b/setup.sh @@ -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 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 \ zoxide \ + terraform \ fontawesome-fonts \ fontawesome5-free-fonts fi