We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540ad06 commit 78e27d8Copy full SHA for 78e27d8
1 file changed
README.md
@@ -2,6 +2,17 @@
2
Common installation scripts used in multiple products around the Dexter Industries Galaxy of products.
3
4
# Installing
5
+
6
+For installing this package without root privileges, use the following command:
7
+```
8
+curl -kL dexterindustris.com/update_tools | bash
9
10
11
+For installing this package with root privileges, use the following command:
12
```
-curl --silent https://raw.githubusercontent.com/DexterInd/script_tools/master/install_script_tools.sh | bash
13
+sudo sh -c "curl -kL dexterindustries.com/update_tools | bash"
14
15
16
+# Updating
17
18
+For updating the package, you can use the same commands describe at the previous section.
0 commit comments