Update glances-install.sh
This commit is contained in:
@@ -89,7 +89,7 @@ if [[ $distrib_name == "ubuntu" || $distrib_name == "LinuxMint" || $distrib_name
|
|||||||
do_with_root apt-get -y --force-yes update
|
do_with_root apt-get -y --force-yes update
|
||||||
|
|
||||||
# Install prerequirements
|
# Install prerequirements
|
||||||
do_with_root apt-get install -y --force-yes python-pip python-dev gcc lm-sensors python-setuptools
|
do_with_root apt-get install -y --force-yes python-pip python-dev gcc lm-sensors python-setuptools pkg-config
|
||||||
|
|
||||||
if [[ " ${DEPS[@]} " =~ "wifi" ]]; then
|
if [[ " ${DEPS[@]} " =~ "wifi" ]]; then
|
||||||
do_with_root apt-get install -y --force-yes wireless-tools
|
do_with_root apt-get install -y --force-yes wireless-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user