Обновить README.md

This commit is contained in:
Александр 2025-03-18 12:34:53 +10:00
parent d0cb6f9e05
commit d617e51d5f

View File

@ -10,8 +10,7 @@ pip3 install psutil 2> /dev/null || pip3 install psutil --break-system-packages
-- создаём прользователя -- создаём прользователя
> useradd -m -s /bin/bash steam; \\ \ > useradd -m -s /bin/bash steam; \\ \
su steam; \\ \ su -l steam
cd ~
-- клонируем репозиторий -- клонируем репозиторий
> su -c 'git clone http://git.alanbox.ru/alan/kf2_server.git /opt/KillingFloor2 && chown -R steam: /opt/KillingFloor2' > su -c 'git clone http://git.alanbox.ru/alan/kf2_server.git /opt/KillingFloor2 && chown -R steam: /opt/KillingFloor2'