Translations:Setting up a Multiplayer Server/11/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "yum -y install yum-utils rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" yum-config-manager --add-repo http:...")
 
No edit summary
 
Line 3: Line 3:
   yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
   yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
   yum -y install mono mono-devel
   yum -y install mono mono-devel
----

Latest revision as of 10:34, 17 February 2022

yum -y install yum-utils

 rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
 yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
 yum -y install mono mono-devel