From 22359129afeef78e0fcd56e62586819c06950846 Mon Sep 17 00:00:00 2001 From: huker667 Date: Wed, 15 Jul 2026 14:33:08 +0300 Subject: init commit da --- main.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 8ec8850..74aabb4 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,6 @@ Options: :a -> ask before doing :nl -> disable recording in databases and logs :nd -> do not download deps - :nrc -> disable uid 0 (root) checks :r -> reinstall already installed deps Vars: DESTDIR -> path where the package will be installed/removed` @@ -79,11 +78,6 @@ func main() { os.Exit(1) } - if os.Getuid() != 0 && slices.Contains(_root_cmds, cmds[0]) && !slices.Contains(opts, ":nrc") { - fmt.Println("!! this command is root-only. run this with root privileges") - os.Exit(1) - } - // fmt.Println(cmds, oths, opts) if cmds[0] == "h" { printHelp() -- cgit v1.3.1