We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16ad44 commit 6640b32Copy full SHA for 6640b32
content/install-guides/acfl.md
@@ -235,7 +235,7 @@ module avail
235
236
#### Red Hat or Amazon Linux:
237
238
-```bash { target="fedora:latest" env_source="/usr/share/Modules/init/bash" pre_cmd="module use /opt/arm/modulefiles" }
+```console
239
echo ". /usr/share/Modules/init/bash" >> $HOME/.bashrc
240
echo "module use /opt/arm/modulefiles" >> $HOME/.bashrc
241
source $HOME/.bashrc
content/install-guides/oci-cli.md
@@ -64,7 +64,7 @@ bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scrip
64
65
Verify OCI CLI is installed using the `--version` option:
66
67
-```bash { target="ubuntu:latest", pre_cmd=". $HOME/.bashrc" }
68
oci --version
69
```
70
0 commit comments