You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-dvuploader uses typer, which gives fancy progress bars, etc.; without
a pseudotty, the output doesn't auto update or get the nice color formatting.
You don't necessarily want to give docker rights to users of this script, since docker implies root permissions. You can extend a limited ability to run the script with the following workaround:
16
+
You don't necessarily want to give docker rights to users of this script, since docker implies root permissions. You can extend a limited ability to run the script with the following workaround (see `[scripts](scripts)`):
17
17
18
18
```sh
19
19
# In system-wide profile
@@ -22,6 +22,7 @@ alias dvuploader="sudo /usr/local/sbin/dvuploader.sh"
0 commit comments