@@ -39,8 +39,8 @@ sudo apt install cockpit-identities
39
39
### Direct from .deb
40
40
Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way.
41
41
``` bash
42
- curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11 /cockpit-identities_0.1.11 -1focal_all.deb
43
- sudo apt install ./cockpit-identities_0.1.11 -1focal_all.deb
42
+ curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12 /cockpit-identities_0.1.12 -1focal_all.deb
43
+ sudo apt install ./cockpit-identities_0.1.12 -1focal_all.deb
44
44
```
45
45
## Rocky 8
46
46
### From 45Drives Repo (Recommended, Rocky 8 only)
@@ -52,7 +52,7 @@ sudo dnf install cockpit-identities
52
52
Installing this way may work for other versions of Rocky/Centos/RHEL/Fedora/etc, but it is unsupported. You won't get automatic updates this way.
53
53
``` bash
54
54
# dnf or yum
55
- sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11 /cockpit-identities-0.1.11 -1.el8.noarch.rpm
55
+ sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12 /cockpit-identities-0.1.12 -1.el8.noarch.rpm
56
56
```
57
57
## Generic Installation
58
58
1 . Install Dependencies
@@ -89,9 +89,9 @@ openssh
89
89
```
90
90
2 . Download pre-built archive and install
91
91
``` bash
92
- curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11 /cockpit-identities_0.1.11_generic .zip
93
- unzip cockpit-identities_0.1.11_generic .zip
94
- cd cockpit-identities_0.1.11_generic
92
+ curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12 /cockpit-identities_0.1.12_generic .zip
93
+ unzip cockpit-identities_0.1.12_generic .zip
94
+ cd cockpit-identities_0.1.12_generic
95
95
# no need to run `make` first, the plugin is pre-built
96
96
sudo make install
97
97
```
0 commit comments