Skip to content

Commit

Permalink
build: remove pre-installed ubuntu user for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jul 27, 2024
1 parent be846dd commit f13e03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ubuntu/setup-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

set -e

deluser ubuntu

addgroup --gid 1000 minecraft
adduser --system --shell /bin/false --uid 1000 --ingroup minecraft --home /data minecraft

0 comments on commit f13e03b

Please sign in to comment.