mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -382,3 +382,15 @@ This script is designed to install the correct version of Dockutil.
|
||||
```
|
||||
curl -o /tmp/dockutil.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/dockutil.sh && chmod +x /tmp/dockutil.sh && /tmp/dockutil.sh && rm -rf /tmp/dockutil.sh
|
||||
```
|
||||
|
||||
## Installomator.sh
|
||||
|
||||
### Install or Updates Installomator
|
||||
|
||||
This script is designed to install the correct version of Installomator.
|
||||
|
||||
#### Command to execute
|
||||
|
||||
```
|
||||
curl -o /tmp/Installomator.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Installomator.sh && chmod +x /tmp/Installomator.sh && /tmp/Installomator.sh && rm -rf /tmp/Installomator.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user