Skip to content

Commit

Permalink
fix: remove uuid (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar authored Mar 20, 2024
1 parent 9ed2c35 commit fcef172
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,4 @@ get_prerequisites_versions() {
echo "envsubst not found: to install, try 'apt-get install gettext-base'"
return $ec
}
which uuid >/dev/null 2>&1 || {
echo "uuid not found: to install, try 'apt-get install uuid'"
return $ec
}
}

0 comments on commit fcef172

Please sign in to comment.