Setting up a Multiplayer Server/ru: Difference between revisions

From Vintage Story Wiki
Created page with "'''2. создание пользователя''' adduser --shell /bin/bash --disabled-password gameserver"
(Created page with "Для Debian 10 use echo "deb https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list")
(Created page with "'''2. создание пользователя''' adduser --shell /bin/bash --disabled-password gameserver")
Line 176: Line 176:
   echo "deb https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
   echo "deb https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list


'''2. create a user'''
'''2. создание пользователя'''
   adduser --shell /bin/bash --disabled-password gameserver
   adduser --shell /bin/bash --disabled-password gameserver


688

edits