mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try code-block bash
This commit is contained in:
parent
1bcaac0479
commit
b1ae2106c2
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ __virtualname__ = "dism"
|
|||
# host machine. On 32bit boxes that will always be System32. On 64bit boxes that
|
||||
# are running 64bit salt that will always be System32. On 64bit boxes that are
|
||||
# running 32bit salt the 64bit dism will be found in SysNative
|
||||
# Sysnative is a virtual folder, a special alias, that can be used to access the
|
||||
# SysNative is a virtual folder, a special alias, that can be used to access the
|
||||
# 64-bit System32 folder from a 32-bit application
|
||||
try:
|
||||
# This does not apply to Non-Windows platforms
|
||||
|
|
|
@ -4,9 +4,9 @@ Installing of Windows features using DISM
|
|||
|
||||
Install Windows features, capabilities, and packages with DISM
|
||||
|
||||
.. code-block:: yaml
|
||||
.. code-block:: bash
|
||||
|
||||
Language.Basic-en-US-0.0.1.0:
|
||||
Language.Basic~~~en-US~0.0.1.0:
|
||||
dism.capability_installed
|
||||
|
||||
NetFx3:
|
||||
|
|
Loading…
Add table
Reference in a new issue