mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01: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:
parent
5273ad5b09
commit
ea3449139a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user