From 16c9607a6c7f43bf3fc63cc0124fe46285457c80 Mon Sep 17 00:00:00 2001 From: zramsay Date: Thu, 13 Apr 2023 12:31:53 -0400 Subject: [PATCH] typos --- .../cerc-builder-js/build-npm-package-local-dependencies.sh | 2 +- scripts/quick-install-ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh b/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh index c3a9b520..5ae0e073 100755 --- a/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh +++ b/app/data/container-build/cerc-builder-js/build-npm-package-local-dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash # Usage: build-npm-package-local-dependencies.sh # Runs build-npm-package.sh after first fixing up yarn.lock to use a local -# npm registry for all packages in a spcific scope (currently @cerc-io, @lirewine and @muknsys) +# npm registry for all packages in a specific scope (currently @cerc-io, @lirewine and @muknsys) if [ -n "$CERC_SCRIPT_DEBUG" ]; then set -x fi diff --git a/scripts/quick-install-ubuntu.sh b/scripts/quick-install-ubuntu.sh index 3611abdf..e28c2052 100755 --- a/scripts/quick-install-ubuntu.sh +++ b/scripts/quick-install-ubuntu.sh @@ -60,7 +60,7 @@ sudo apt -y install jq # laconic-so depends on git sudo apt -y install git # curl used below -sudo apt -y install jq +sudo apt -y install curl # docker repo add depends on gnupg and updated ca-certificates sudo apt -y install ca-certificates gnupg