diff --git a/images/linux/scripts/installers/zeit-vercel.sh b/images/linux/scripts/installers/vercel.sh similarity index 65% rename from images/linux/scripts/installers/zeit-vercel.sh rename to images/linux/scripts/installers/vercel.sh index 8f5c22e49..13fb39155 100644 --- a/images/linux/scripts/installers/zeit-vercel.sh +++ b/images/linux/scripts/installers/vercel.sh @@ -1,31 +1,31 @@ #!/bin/bash ################################################################################ -## File: zeit-now.sh -## Desc: Installs the Zeit Now CLI +## File: vercel.sh +## Desc: Installs the Vercel CLI ################################################################################ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh -# Install the Zeit Vercel CLI +# Install the Vercel CLI npm i -g vercel # Validate the installation echo "Validate the installation" if ! command -v vercel; then - echo "Zeit Vercel CLI was not installed" + echo "Vercel CLI was not installed" exit 1 fi -echo "Creating the symlink now to vercel" +echo "Creating the symlink for [now] command to vercel CLI" ln -s /usr/local/bin/vercel /usr/local/bin/now echo "Validate the link" if ! command -v now; then - echo "Now link to Zeit Vercel CLI was not created" + echo "[Now] symlink to Vercel CLI was not created" exit 1 fi # Document the installed version echo "Document the installed version" -DocumentInstalledItem "Zeit Vercel CLI ($(vercel --version))" +DocumentInstalledItem "Vercel CLI ($(vercel --version))" diff --git a/images/linux/ubuntu1604.json b/images/linux/ubuntu1604.json index d90ddb166..e576bf167 100644 --- a/images/linux/ubuntu1604.json +++ b/images/linux/ubuntu1604.json @@ -229,7 +229,7 @@ "{{template_dir}}/scripts/installers/terraform.sh", "{{template_dir}}/scripts/installers/packer.sh", "{{template_dir}}/scripts/installers/vcpkg.sh", - "{{template_dir}}/scripts/installers/zeit-vercel.sh", + "{{template_dir}}/scripts/installers/vercel.sh", "{{template_dir}}/scripts/installers/dpkg-config.sh", "{{template_dir}}/scripts/installers/mongodb.sh", "{{template_dir}}/scripts/installers/rndgenerator.sh" diff --git a/images/linux/ubuntu1804.json b/images/linux/ubuntu1804.json index 4327b60c9..55e9edbac 100644 --- a/images/linux/ubuntu1804.json +++ b/images/linux/ubuntu1804.json @@ -233,7 +233,7 @@ "{{template_dir}}/scripts/installers/terraform.sh", "{{template_dir}}/scripts/installers/packer.sh", "{{template_dir}}/scripts/installers/vcpkg.sh", - "{{template_dir}}/scripts/installers/zeit-vercel.sh", + "{{template_dir}}/scripts/installers/vercel.sh", "{{template_dir}}/scripts/installers/dpkg-config.sh", "{{template_dir}}/scripts/installers/mongodb.sh", "{{template_dir}}/scripts/installers/rndgenerator.sh" diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index 143ac34dd..489f748fb 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -233,7 +233,7 @@ "{{template_dir}}/scripts/installers/terraform.sh", "{{template_dir}}/scripts/installers/packer.sh", "{{template_dir}}/scripts/installers/vcpkg.sh", - "{{template_dir}}/scripts/installers/zeit-vercel.sh", + "{{template_dir}}/scripts/installers/vercel.sh", "{{template_dir}}/scripts/installers/dpkg-config.sh", "{{template_dir}}/scripts/installers/rndgenerator.sh" ],