pull/109/head
midoks 3 years ago
parent e0c18b7408
commit 43fafcdc00
  1. 1
      scripts/install/debian.sh
  2. 2
      scripts/install/ubuntu.sh

@ -17,6 +17,7 @@ apt update -y
apt install -y wget curl lsof unzip
apt install -y python3-pip
apt install -y python3-dev
apt install -y python3-venv
apt install -y cron

@ -9,6 +9,8 @@ apt update -y
apt install -y wget curl lsof unzip
apt install -y python3-pip
apt install -y python3-venv
apt install -y python3-dev
apt install -y cron

Loading…
Cancel
Save