From fcef17295fd595b3f67f191d227ea1f60ed08652 Mon Sep 17 00:00:00 2001 From: Aviral Takkar <39969667+avtakkar@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:19:55 -0700 Subject: [PATCH] fix: remove uuid (#17) --- scripts/env.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/env.sh b/scripts/env.sh index 741713f..a460500 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -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 - } }