aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/tor/preinstall
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-06-20 21:00:54 +0800
committeremmett1 <me@emmett1.my>2026-06-20 21:00:54 +0800
commit4b4e752dddb10cd10397b419b0cb6244631ea0c0 (patch)
treec860d06611e590ab5576b9ea033fb2b281fb3d8b /repos/extra/tor/preinstall
parent17208b991063f1bd9fff91a5442c068e9702ba68 (diff)
downloadalicelinux-4b4e752dddb10cd10397b419b0cb6244631ea0c0.tar.gz
alicelinux-4b4e752dddb10cd10397b419b0cb6244631ea0c0.zip
tor: fix missing /var/lib/tor
Diffstat (limited to 'repos/extra/tor/preinstall')
-rwxr-xr-xrepos/extra/tor/preinstall4
1 files changed, 0 insertions, 4 deletions
diff --git a/repos/extra/tor/preinstall b/repos/extra/tor/preinstall
deleted file mode 100755
index 2457d9af..00000000
--- a/repos/extra/tor/preinstall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-addgroup -S tor 2>/dev/null
-adduser -S -D -H -h /var/lib/tor -s /sbin/nologin -g tor -G tor tor 2>/dev/null