Aktualizovat „setup-mt“

adduser to useradd
This commit is contained in:
Milan Meduna 2020-10-25 09:12:56 +01:00
parent eaec751aa4
commit 25ceb9d5c5

View file

@ -3,7 +3,7 @@ source "${BASH_SOURCE%/*}/config-file"
echo "Create minetest user"
adduser minetest
useradd minetest
mkdir -p /home/minetest/.minetest
echo "Allow sources repo and install dependecies for build"