From c157e77dad5feb56616c6df72ff661d0c6fed4ce Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 16:29:28 +0200 Subject: [PATCH] first commit --- docs/cmnds/adduser-1line.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cmnds/adduser-1line.md b/docs/cmnds/adduser-1line.md index dfb86b7..2ee3d24 100644 --- a/docs/cmnds/adduser-1line.md +++ b/docs/cmnds/adduser-1line.md @@ -6,4 +6,5 @@ sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | su ``` ``` -bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/autouser)" USER PWD``` \ No newline at end of file +bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/custom-cmds-in-ubuntu/bin_examples/autouser)" USER PWD +``` \ No newline at end of file