about summary refs log tree commit diff stats
path: root/core/ports.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/ports.html')
-rw-r--r--core/ports.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ports.html b/core/ports.html
index ee8212b..7172343 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -200,9 +200,9 @@
 
         ### alternative commands
         makecommand      sudo -H -u pkgmk fakeroot pkgmk
-        addcommand       pkgadd
-        removecommand    pkgrm
-        runscriptcommand sh
+        addcommand       sudo pkgadd
+        removecommand    sudo pkgrm
+        runscriptcommand sudo sh
         </pre>
 
         <a href="index.html">Core OS Index</a>