mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-24 20:49:59 +00:00
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:
@@ -22,7 +22,7 @@ xo_service="xo-server.service"
|
||||
|
||||
# Ensures that Yarn dependencies are installed
|
||||
/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
|
||||
cd /opt
|
||||
|
||||
Reference in New Issue
Block a user