remove -D

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-29 08:10:21 +01:00
parent b0a7723f68
commit 51b06d8dd9
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -65,7 +65,7 @@ steps:
image: nixery.dev/shell/gitfull/git-lfs/shadow
commands:
- groupadd -g 0 root
- useradd -D -u 0 -G root -b $HOME root
- useradd -u 0 -G root -b $HOME root
- mkdir ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519