Skip to content

Commit

Permalink
script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitSF committed Feb 20, 2024
1 parent 8fde12d commit 6756149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dependencies/install-tfenv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Grant execute permissions to the script itself
chmod +x "$0"

tfenv_path="$HOME/.tfenv"

if ! command -v tfenv &> /dev/null; then
Expand Down

0 comments on commit 6756149

Please sign in to comment.