Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
srvpro
Commits
bc57363b
Commit
bc57363b
authored
Apr 21, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment
parent
f95fca2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
docs/install_centos.sh
docs/install_centos.sh
+2
-0
docs/install_ubnutu.sh
docs/install_ubnutu.sh
+2
-0
No files found.
docs/install_centos.sh
View file @
bc57363b
#!/bin/bash
#!/bin/bash
# install script for CentOS 7
sudo
systemctl stop firewalld
sudo
systemctl stop firewalld
sudo
yum update
-y
sudo
yum update
-y
...
...
docs/install_ubnutu.sh
View file @
bc57363b
#!/bin/bash
#!/bin/bash
# install script for Ubnutu 16
sudo
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
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
"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
echo
y |
sudo
apt-get update
-y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment