diff --git a/install-glances.sh b/install-glances.sh index 44642fc..ab13e69 100755 --- a/install-glances.sh +++ b/install-glances.sh @@ -86,13 +86,13 @@ if [[ $distrib_name == "ubuntu" || $distrib_name == "LinuxMint" || $distrib_name export DEBIAN_FRONTEND=noninteractive # Make sure the package repository is up to date - do_with_root apt-get -y --force-yes update + do_with_root apt-get -y update # Install prerequirements - do_with_root apt-get install -y --force-yes python3-pip python3-dev gcc lm-sensors python3-setuptools pkg-config + do_with_root apt-get install -y python3-pip python3-dev gcc lm-sensors python3-setuptools pkg-config if [[ " ${DEPS[@]} " =~ "wifi" ]]; then - do_with_root apt-get install -y --force-yes wireless-tools + do_with_root apt-get install -y wireless-tools fi