Commit 2b3a2364 authored by nanahira's avatar nanahira

update

parent f85dc489
...@@ -6,7 +6,7 @@ sudo -E apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0 ...@@ -6,7 +6,7 @@ sudo -E apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0
echo "deb http://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo -E tee /etc/apt/sources.list.d/mono-official-stable.list echo "deb http://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo -E tee /etc/apt/sources.list.d/mono-official-stable.list
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo -E apt-get upgrade -y sudo -E apt-get upgrade -y
sudo -E apt-get install -y curl git build-essential libreadline-dev libsqlite3-dev mono-complete nodejs firewalld sudo -E apt-get install -y curl git build-essential libreadline-dev libsqlite3-dev mono-devel nodejs firewalld
sudo -E npm install pm2 -g sudo -E npm install pm2 -g
sudo -E systemctl start firewalld sudo -E systemctl start firewalld
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment