688
edits
(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. | '''2. создание пользователя''' | ||
adduser --shell /bin/bash --disabled-password gameserver | adduser --shell /bin/bash --disabled-password gameserver | ||
edits