Skip to content

Commit 382ec5d

Browse files
authored
Update get-sap-installation-media.md
1 parent 4f0f887 commit 382ec5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sap/center-sap-solutions/get-sap-installation-media.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ Next, download the SAP installation media to the VM using a script.
186186
Enter the actual values **within** double quotes but **without** the triangular brackets. The Ansible command that you run should look like:
187187
188188
189+
```bash
189190
export bom_base_name="<Enter bom base name>"
190191
export s_user="<s-user>"
191192
export s_password="<password>"
@@ -204,7 +205,7 @@ Enter the actual values **within** double quotes but **without** the triangular
204205
-e "sapbits_location_base_path=${sapbits_location_base_path}" \
205206
-e "BOM_directory=${BOM_directory}" \
206207
-e "orchestration_ansible_user=${orchestration_ansible_user}"
207-
208+
```
208209
209210
210211
1. If prompted that if *you have a storage account*, enter `Y`.

0 commit comments

Comments
 (0)