From d889bce498b042231ba9aeacb7fee1a2ba67f2e0 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Sat, 9 Jan 2021 12:12:21 -0800 Subject: [PATCH] Install libxss1 on Ubuntu in install-gui.sh --- install-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-gui.sh b/install-gui.sh index b8104ab785a7..84680f263903 100644 --- a/install-gui.sh +++ b/install-gui.sh @@ -11,7 +11,7 @@ if [ "$(uname)" = "Linux" ]; then if type apt-get; then # Debian/Ubuntu UBUNTU=true - sudo apt-get install -y npm nodejs + sudo apt-get install -y npm nodejs libxss1 elif type yum && [ ! -f "/etc/redhat-release" ] && [ ! -f "/etc/centos-release" ]; then # AMZN 2 echo "Installing on Amazon Linux 2"