From 4a23de096a0b31ac8b3a379a956b9810e360a8f5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 7 Dec 2012 12:28:40 -0500 Subject: [PATCH] correcting typo --- templates/setup-drone.sh | 2 +- templates/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/setup-drone.sh b/templates/setup-drone.sh index 9e07d5f..fed7851 100755 --- a/templates/setup-drone.sh +++ b/templates/setup-drone.sh @@ -125,7 +125,7 @@ if [ -e drone_file_apt.list ] echo "*********" sleep 5 } - echo "Installing Depdencies" + echo "Installing Dependencies" sleep 2 apt-get update if [ "$PKG_SET" = "0" ] diff --git a/templates/setup.sh b/templates/setup.sh index a0a0a31..f5a3943 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -171,7 +171,7 @@ echo "GenaSYS: $VERSION" >> "$INSTALL_LOG" ### Install dependencies if [ -e tar_file_apt.list ] then - echo "Installing Depdencies" + echo "Installing Dependencies" sleep 2 apt-get update 2>&1 | tee -a $INSTALL_LOG apt-get -y install $(cat tar_file_apt.list) 2>&1 | tee -a "$INSTALL_LOG" -- 2.11.0