forked from cohabit/server_config
fix: typo in multiline cmd for website install
This commit is contained in:
parent
f76257a2b4
commit
86f66ab8ac
|
@ -5,7 +5,7 @@ curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh
|
||||||
groupadd --system deno
|
groupadd --system deno
|
||||||
|
|
||||||
useradd --system \
|
useradd --system \
|
||||||
--gid deno
|
--gid deno \
|
||||||
--create-home \
|
--create-home \
|
||||||
--home-dir /var/lib/deno \
|
--home-dir /var/lib/deno \
|
||||||
--shell /usr/sbin/nologin \
|
--shell /usr/sbin/nologin \
|
||||||
|
|
Loading…
Reference in a new issue