Update system.sh
fixes recent regressions: ``` No module named '_cffi_backend' ImportError: cannot import name 'certificate_transparency' ```
This commit is contained in:
parent
a7eff8fb35
commit
f0a6607bc0
|
@ -115,6 +115,7 @@ apt_get_quiet upgrade
|
|||
|
||||
echo Installing system packages...
|
||||
apt_install python3 python3-dev python3-pip \
|
||||
build-essential libssl-dev libffi-dev \
|
||||
netcat-openbsd wget curl git sudo coreutils bc \
|
||||
haveged pollinate unzip \
|
||||
unattended-upgrades cron ntp fail2ban
|
||||
|
|
Loading…
Reference in New Issue