Update README.md

This commit is contained in:
Michael
2022-03-31 17:32:18 +01:00
committed by GitHub
parent baf05fdb85
commit c701a61cfd

View File

@@ -380,5 +380,5 @@ This script is designed to install the correct version of Dockutil.
#### Command to execute
```
curl -o /tmp/dockutil.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/dockutil.sh && chmod +x /tmp/dockutil.sh && /tmp/dockutil.sh
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
```