Skip to content

Commit 4b0464b

Browse files
committed
Fixed typo with extra $
Added 9.6/10.0 info
1 parent 1844c0f commit 4b0464b

File tree

1 file changed

+9
-9
lines changed
  • docs/enterprise-support-for-almalinux

1 file changed

+9
-9
lines changed

docs/enterprise-support-for-almalinux/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The TuxCare ESU/FIPS packages and repositories are cryptographically signed with
107107
The second step is to activate your license on the system. You should run the `tuxctl` tool as root with your ESU license key provided as a command line argument like so:
108108

109109
```text
110-
# tuxctl --license-key ESU-XXXXXXXXXXXXXXXXXXXXXXXX
110+
# tuxctl --license-key XXXXXXXXXX
111111
```
112112

113113
This tool will do the following:
@@ -139,7 +139,7 @@ To force re-registration, please run the script with --force
139139
Then you will have to run `tuxctl` like this:
140140

141141
```text
142-
# tuxctl --force -l ESU-XXXXXXXXXXXXXXXXXXXXXXXX
142+
# tuxctl --force -l XXXXXXXXXX
143143
```
144144

145145
:::
@@ -175,7 +175,7 @@ Once you've logged in after the reboot, you can run these commands to confirm it
175175
$ fips-mode-setup --check
176176
FIPS mode is enabled.
177177
178-
$ $update-crypto-policies --show
178+
$ update-crypto-policies --show
179179
FIPS
180180
181181
$ update-crypto-policies --check
@@ -313,7 +313,7 @@ dnf -y remove *leapp* elevate-release kernel-*.el8*
313313
314314
# enable esu+fips
315315
dnf -y install https://repo.tuxcare.com/tuxcare/tuxcare-release-latest-9.2.noarch.rpm
316-
tuxctl --license-key ESU-xxxxxxxxxxxxxxx
316+
tuxctl --license-key XXXXXXXXXX
317317
dnf -y upgrade
318318
fips-mode-setup --enable
319319
reboot
@@ -476,7 +476,7 @@ Technical support covered by any of the TuxCare Support Programs shall not be pr
476476

477477
### Installing tuxctl (Essential Support)
478478

479-
Similarly to the ESU instructions [above](/enterprise-support-for-almalinux/#installing-tuxctl), Essential Support customers should install tuxcare-release and register their server using tuxctl. The main difference is the choice of OS version - you must install the RPM specifically for your AlmaLinux version, currently 8.8, 8.10, 9.2, 9.4 and 9.5 are supported.
479+
Similarly to the ESU instructions [above](/enterprise-support-for-almalinux/#installing-tuxctl), Essential Support customers should install tuxcare-release and register their server using tuxctl. The main difference is the choice of OS version - you must install the RPM specifically for your AlmaLinux version, currently 8.8, 8.10, 9.2, 9.4, 9.5, 9.6 and 10.0 are supported.
480480

481481
If you are unsure, run this to find your exact OS version:
482482

@@ -486,7 +486,7 @@ $ cat /etc/almalinux-release
486486
AlmaLinux release 8.10 (Cerulean Leopard)
487487
```
488488

489-
You can browse [https://repo.tuxcare.com/tuxcare/](https://repo.tuxcare.com/tuxcare/) and find the correct RPM, or you can figure it out by substituting the version number (8.8, 8.10, 9.2, 9.4 or 9.5) then install it as root, for example:
489+
You can browse [https://repo.tuxcare.com/tuxcare/](https://repo.tuxcare.com/tuxcare/) and find the correct RPM, or you can figure it out by substituting the version number (8.8, 8.10, 9.2, 9.4, 9.5, 9.6 or 10.0) then install it as root, for example:
490490

491491
```text
492492
# dnf -y install https://repo.tuxcare.com/tuxcare/tuxcare-release-latest-8.10.noarch.rpm
@@ -499,13 +499,13 @@ Be aware that installing tuxcare-release will modify any files that match the wi
499499
The second step is to activate your license on the system. You should run the `tuxctl` tool as root with your Essential Support license key provided as a command line argument like so:
500500

501501
```text
502-
# tuxctl --license-key ESA-XXXXXXXXXXXXXXXXXXXXXXXX
502+
# tuxctl --license-key XXXXXXXXXX
503503
```
504504

505-
Essential Support customers can upgrade to a new minor version, for example from 9.4 to 9.5 by editing the /etc/dnf/vars/tuxcare_releasever file to specify the new version, like so:
505+
Essential Support customers can upgrade to a new minor version, for example from 9.5 to 9.6 by editing the /etc/dnf/vars/tuxcare_releasever file to specify the new version, like so:
506506

507507
```text
508-
# echo 9.5 > /etc/dnf/vars/tuxcare_releasever
508+
# echo 9.6 > /etc/dnf/vars/tuxcare_releasever
509509
# dnf upgrade
510510
```
511511

0 commit comments

Comments
 (0)