Commit bc57363b authored by nanahira's avatar nanahira

comment

parent f95fca2d
#!/bin/bash
# install script for CentOS 7
sudo systemctl stop firewalld
sudo yum update -y
......
#!/bin/bash
# install script for Ubnutu 16
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/mono-official.list
echo y | sudo apt-get update -y
......
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