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"