diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index 26d395eca..46b95425e 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -42,7 +42,7 @@ else fi apt-get update -y -apt install -y wget curl lsof unzip tar cron expect locate +apt install -y wget curl lsof unzip tar cron expect locate lrzsz apt install -y python3-pip python3-dev python3-venv diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 9ecdfff11..ba774f0fd 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -75,6 +75,7 @@ apt install -y net-tools apt install -y python3-dev apt install -y autoconf apt install -y gcc +apt install -y lrzsz apt install -y libffi-dev apt install -y cmake automake make