diff options
author | davidovski <david@davidovski.xyz> | 2022-02-03 01:30:32 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-03 01:30:32 +0000 |
commit | 1ac46c59b09708bf53af6b97257713ebc757ba04 (patch) | |
tree | c1a146a36ab9b6fb46f90485f412583422ebec28 /repo/system/polkit.xibuild | |
parent | d0f791c604ad50304e821ac0aa98a183c7be9890 (diff) |
added nss and built nm
Diffstat (limited to 'repo/system/polkit.xibuild')
-rw-r--r-- | repo/system/polkit.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index eb9c2f6..407cb5c 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -52,7 +52,7 @@ EOF } postinstall() { - groupadd -fg 27 polkitd && - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \ + /usr/sbin/groupadd -fg 27 polkitd && + /usr/sbin/useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \ -g polkitd -s /bin/false polkitd } |