]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-installation-media.adoc
package repos: fix ceph enterprise repo url
[pve-docs.git] / pve-installation-media.adoc
index d1a4a6c1c02e25d62c245a4109968e7c39ac0813..0e6bb37beb763d7a550ef79b2fb1007caeb9eee2 100644 (file)
@@ -74,7 +74,7 @@ Convert the `.iso` file to `.dmg` format using the convert option of `hdiutil`,
 for example:
 
 ----
-# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
+# hdiutil convert proxmox-ve_*.iso -format UDRW -o proxmox-ve_*.dmg
 ----
 
 TIP: macOS tends to automatically add '.dmg' to the output file name.