diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index 37e4d97ba..5bf39008c 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -70,6 +70,7 @@ apt update -y apt autoremove -y apt install -y wget curl lsof unzip tar cron expect locate lrzsz +apt install -y xz-utils apt install -y rar apt install -y unrar apt install -y pv diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 37f8ef8bf..8dbccc416 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -25,6 +25,7 @@ apt autoremove -y apt install -y wget curl lsof unzip apt install -y rar unrar +apt install -y xz-utils apt install -y python3-pip apt install -y python3-venv apt install -y python3-dev