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