Skip to content

Commit ac769c4

Browse files
committed
fix codeblocks
1 parent d097c47 commit ac769c4

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

pages/terra/installing.mdx

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,41 @@ Terra EL contains a subset of packages for RHEL 10 and its derivatives.
7676

7777
Terra EL requires EPEL, which requires CodeReady Builder, let's start by enabling that:
7878

79-
`sudo subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms`
79+
```sh
80+
sudo subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms
81+
```
8082

8183
Then install EPEL:
8284

83-
`sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm`
85+
```sh
86+
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
87+
```
8488

8589
Now you can install Terra!
8690

87-
`sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release`
91+
```sh
92+
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release
93+
```
8894

8995
#### AlmaLinux, CentOS Stream, and RockyLinux
9096

9197
Start by enabling CodeReady Builder:
9298

93-
`sudo dnf config-manager --set-enabled crb`
99+
```sh
100+
sudo dnf config-manager --set-enabled crb
101+
```
94102

95103
Then install `epel-release`
96104

97-
`sudo dnf install epel-release`
105+
```sh
106+
sudo dnf install epel-release
107+
```
98108

99109
Now you can install Terra!
100110

101-
`sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release`
111+
```sh
112+
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release
113+
```
102114

103115
## Using Terra
104116

0 commit comments

Comments
 (0)