mirror of https://github.com/D4-project/d4-core
fix: [server install] add unzip
parent
3bfb256821
commit
98ab29ae9f
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt-get install python3-pip virtualenv screen whois -y
|
sudo apt-get install python3-pip virtualenv screen whois unzip -y
|
||||||
|
|
||||||
if [ -z "$VIRTUAL_ENV" ]; then
|
if [ -z "$VIRTUAL_ENV" ]; then
|
||||||
virtualenv -p python3 D4ENV
|
virtualenv -p python3 D4ENV
|
||||||
|
|
Loading…
Reference in New Issue