diff --git a/scripts/toninstaller.sh b/scripts/toninstaller.sh index dafd428e..dbfc3b91 100644 --- a/scripts/toninstaller.sh +++ b/scripts/toninstaller.sh @@ -41,7 +41,7 @@ if [ "$OSTYPE" == "linux-gnu" ]; then elif [ -f /etc/debian_version ]; then echo "Ubuntu/Debian Linux detected." apt-get update - apt-get install -y git make cmake clang libgflags-dev zlib1g-dev libssl-dev libreadline-dev libmicrohttpd-dev pkg-config libgsl-dev python3 python3-pip + apt-get install -y git make cmake clang libgflags-dev zlib1g-dev libssl-dev libreadline-dev libmicrohttpd-dev pkg-config libgsl-dev python3 python3-dev python3-pip else echo "Unknown Linux distribution." echo "This OS is not supported with this script at present. Sorry."