Skip to content

Commit

Permalink
🏆Release: v2024.05.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vookimedlo committed May 12, 2024
1 parent 5584bcc commit 4f2cab4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,6 @@ brew tap vookimedlo/homebrew-vookiimageviewer
brew install --cask vookiimageviewer-macos
```

Debian Bullseye users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
```
apt-get install -y debian-keyring
apt-get install -y debian-archive-keyring
apt-get install -y apt-transport-https
keyring_location=/usr/share/keyrings/michal-duda-vookiimageviewer-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' | gpg --dearmor > ${keyring_location}
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=debian&codename=bullseye' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list
apt-get update
apt-get install vookiimageviewer
```

Debian Bookworm users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
```
apt-get install -y debian-keyring
Expand Down Expand Up @@ -169,22 +157,22 @@ apt-get update
apt-get install vookiimageviewer
```

Ubuntu Lunar users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
Ubuntu Mantic users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
```
apt-get install -y apt-transport-https
keyring_location=/usr/share/keyrings/michal-duda-vookiimageviewer-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' | gpg --dearmor > ${keyring_location}
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=lunar' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=mantic' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list
apt-get update
apt-get install vookiimageviewer
```

Ubuntu Mantic users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
Ubuntu Noble users can install the VookiImageViewer from the APT repository hosted by the [cloudsmith.io][6] for free.
```
apt-get install -y apt-transport-https
keyring_location=/usr/share/keyrings/michal-duda-vookiimageviewer-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key' | gpg --dearmor > ${keyring_location}
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=mantic' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.deb.txt?distro=ubuntu&codename=noble' > /etc/apt/sources.list.d/michal-duda-vookiimageviewer.list
apt-get update
apt-get install vookiimageviewer
```
Expand All @@ -209,6 +197,16 @@ dnf -q makecache -y --disablerepo='*' --enablerepo='michal-duda-vookiimageviewer
dnf install vookiimageviewer
```

Fedora 40 users can install the VookiImageViewer from the repository hosted by the [cloudsmith.io][6] for free.
```
dnf install yum-utils pygpgme
rpm --import 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/gpg.EF5E62B51DE78AFF.key'
curl -1sLf 'https://dl.cloudsmith.io/public/michal-duda/vookiimageviewer/config.rpm.txt?distro=fedora&codename=40' > /tmp/michal-duda-vookiimageviewer.repo
dnf config-manager --add-repo '/tmp/michal-duda-vookiimageviewer.repo'
dnf -q makecache -y --disablerepo='*' --enablerepo='michal-duda-vookiimageviewer' --enablerepo='michal-duda-vookiimageviewer-source'
dnf install vookiimageviewer
```

-----------------

## Builds
Expand Down
4 changes: 4 additions & 0 deletions src/resource/text/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

--------------------------------------------------------------
## v2024.05.12
- Components: Updated to the latest versions.
- Image: Minor bug fixes.
--------------------------------------------------------------
## v2023.12.24
- Components: Updated to the latest versions.
Expand Down

0 comments on commit 4f2cab4

Please sign in to comment.