From 50740393013cb5fde05318d917ac4b68c58fdfa9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 3 May 2022 19:55:05 +0100 Subject: added some packages for gimp and firefox --- repo/util/openssh.xibuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'repo/util/openssh.xibuild') diff --git a/repo/util/openssh.xibuild b/repo/util/openssh.xibuild index 1430347..869bcb9 100644 --- a/repo/util/openssh.xibuild +++ b/repo/util/openssh.xibuild @@ -34,3 +34,8 @@ package () { install -Dm755 sshd.initd $PKG_DEST/etc/init.d/sshd install -Dm755 sshd.confd $PKG_DEST/etc/conf.d/sshd } + +postinstall () { + groupadd -g 33 sshd + useradd -u 33 -g 33 -c sshd -d / sshd +} -- cgit v1.2.1