Add package sudo (#2861)

* Added package sudo

* add doc for sudo
This commit is contained in:
madomado 2024-04-22 19:11:02 +08:00 committed by GitHub
parent ea125d75ba
commit 2058047a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33197,5 +33197,19 @@
"description": "Dimensional Analysis in Nim",
"license": "GPL-3.0-or-later",
"web": "https://github.com/lorenzoliuzzo/dim"
},
{
"name": "sudo",
"url": "https://github.com/FyraLabs/sudo.nim",
"method": "git",
"tags": [
"sudo",
"linux",
"unix"
],
"description": "Detect if you are running as root, restart self with sudo if needed or setup uid zero when running with the SUID flag set.",
"license": "MIT",
"web": "https://github.com/FyraLabs/sudo.nim",
"doc": "https://fyralabs.github.io/sudo.nim/"
}
]