Install libxss1 on Ubuntu in install-gui.sh

This commit is contained in:
Gene Hoffman 2021-01-09 12:12:21 -08:00 committed by Yostra
parent 2b38e7d011
commit d889bce498

View File

@ -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"