From 3756d9561cb69fadad7b6c2d8f9990ef04d1bfcc Mon Sep 17 00:00:00 2001 From: "Deavon M. McCaffery" Date: Wed, 2 Dec 2020 19:51:19 +0000 Subject: [PATCH] fix: include procps in debian prerequisites --- src/sh/install/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sh/install/debian.sh b/src/sh/install/debian.sh index 1f83515..d02b102 100755 --- a/src/sh/install/debian.sh +++ b/src/sh/install/debian.sh @@ -4,7 +4,7 @@ set -e __am_prompt_install_debian() { local SUDO=$(command -v sudo 2>/dev/null || "") - local PACKAGES='sudo build-essential curl file git bash' + local PACKAGES='sudo build-essential curl file git bash procps' $ECHO "${CLR_SUCCESS}updating software repositories...${CLR_CLEAR}" $SUDO apt-get update