Skip to content

Commit

Permalink
fix: include procps in debian prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Dec 4, 2020
1 parent 939ae0a commit 3756d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh/install/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3756d95

Please sign in to comment.