* move debian directory to misc/debian * move rmp shit distro directory the spec file and changelog * move the alpine directory in misc with a minimal started files * still there's an error on spec file for name of the tarball * all of those files it depends of the previous commit that gives init/shistemd
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/sh
|
|
|
|
adduser -S -D -h /var/lib/multicraft -s /sbin/nologin -G games -g multicraft multicraft 2>/dev/null
|
|
|
|
exit 0
|