Skip to content

Commit

Permalink
Update install-tofu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkon-kim authored Oct 25, 2024
1 parent d29cce8 commit 6dac5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-tofu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TOFU_VERSION=${1:-$DEFAULT_TOFU_VERSION}
apt-get update -y

# Ensure that you have installed the dependencies, such as `gnupg`, `software-properties-common`, `curl`, and unzip packages.
apt-get install -y apt-transport-https ca-certificates curl gnupg git
apt-get install -y apt-transport-https ca-certificates curl gnupg git apt-utils


# Set up the OpenTofu repository
Expand Down

0 comments on commit 6dac5b8

Please sign in to comment.