Aktualizovat „setup-mt“
adduser to useradd
This commit is contained in:
parent
eaec751aa4
commit
25ceb9d5c5
1 changed files with 1 additions and 1 deletions
2
setup-mt
2
setup-mt
|
@ -3,7 +3,7 @@ source "${BASH_SOURCE%/*}/config-file"
|
||||||
|
|
||||||
|
|
||||||
echo "Create minetest user"
|
echo "Create minetest user"
|
||||||
adduser minetest
|
useradd minetest
|
||||||
mkdir -p /home/minetest/.minetest
|
mkdir -p /home/minetest/.minetest
|
||||||
|
|
||||||
echo "Allow sources repo and install dependecies for build"
|
echo "Allow sources repo and install dependecies for build"
|
||||||
|
|
Loading…
Reference in a new issue