Update install.sh

This commit is contained in:
2021-03-15 14:19:05 -04:00
committed by GitHub
parent 6fb073e28e
commit 3094b58a47
+2
View File
@@ -4,6 +4,8 @@ apt install libpam0g-dev build-essential redis-server luarocks --no-install-reco
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
sudo apt-get update