Dependency addition

Python2 was removed from at least 20.04 and is replaced with Python3. Manually installing the package and then running the script works. 

This change runs the installation process for it.
This commit is contained in:
Dustin B 2020-05-06 14:57:34 -04:00 committed by GitHub
parent 5273ad5b09
commit ea3449139a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ xo_service="xo-server.service"
# Ensures that Yarn dependencies are installed # Ensures that Yarn dependencies are installed
/usr/bin/apt-get update /usr/bin/apt-get update
/usr/bin/apt-get --yes install git curl apt-transport-https gnupg /usr/bin/apt-get --yes install git curl apt-transport-https gnupg python2-minimal
#Install yarn #Install yarn
cd /opt cd /opt