From ea3449139acbc2f0a5f2b5de96fbb6944b655cbb Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 6 May 2020 14:57:34 -0400 Subject: [PATCH] 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. --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 8009eb9..a7611b1 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -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