From d9ec3d2c22240070b529e357c1b7c0a42bc75c6e Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sat, 28 Jan 2017 14:28:18 +0000 Subject: [PATCH] spelling --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 861f5c35..40292da9 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -63,7 +63,7 @@ if command -v apt-get &> /dev/null; then # grep -c will return 1 retVal on 0 matches, block this throwing the set -e with an OR TRUE PKG_COUNT="${PKG_MANAGER} -s -o Debug::NoLocking=true upgrade | grep -c ^Inst || true" # ######################################### - # fixes for dependancy differences + # fixes for dependency differences # Debian 7 doesn't have iproute2 use iproute if ${PKG_MANAGER} install --dry-run iproute2 > /dev/null 2>&1; then iproute_pkg="iproute2"