mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
post_install() {
|
|
groupadd -g 43 tor &>/dev/null
|
|
useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor &> /dev/null
|
|
}
|