Skip to content

Commit

Permalink
Add links for rpm download
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Jul 15, 2023
1 parent 8fb78d3 commit 56d5783
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Download for your platform
- [**browsers_amd64.deb**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers_amd64.deb) (x86_64)
- [**browsers_arm64.deb**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers_arm64.deb) (arm64)
- [**browsers_armhf.deb**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers_armhf.deb) (armv7l)
- RPM package
- [**browsers.x86_64.rpm**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers.x86_64.rpm) (x86_64)
- [**browsers.aarch64.rpm**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers.aarch64.rpm) (arm64)
- [**browsers.armhfp.rpm**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers.armhfp.rpm) (armv7l)
- Universal - [**browsers_linux.tar.gz**](https://github.com/Browsers-software/browsers/releases/latest/download/browsers_linux.tar.gz) (x86_64, arm64 and armv7l)
- Windows - [**Browsers_windows.zip**](https://github.com/Browsers-software/browsers/releases/latest/download/Browsers_windows.zip) (x86_64 and arm64)

Expand Down
17 changes: 17 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,23 @@
<i class="fa-brands fa-linux"></i>
.DEB (32-bit ARM)
</a>
<div>If you use a rpm-based distribution you can install via rpm package:</div>
<a class="download-btn" download target="_blank" rel="noopener"
href="https://github.com/Browsers-software/browsers/releases/latest/download/browsers.x86_64.rpm">
<i class="fa-brands fa-linux"></i>
.RPM (64-bit)
</a>
<a class="download-btn" download target="_blank" rel="noopener"
href="https://github.com/Browsers-software/browsers/releases/latest/download/browsers.aarch64.rpm">
<i class="fa-brands fa-linux"></i>
.RPM (64-bit ARM)
</a>
<a class="download-btn" download target="_blank" rel="noopener"
href="https://github.com/Browsers-software/browsers/releases/latest/download/browsers.armhfp.rpm">
<i class="fa-brands fa-linux"></i>
.RPM (32-bit ARM)
</a>
</div>
`;
let alternativeInstructionsElement = convertStringToHTML(alternativeHtmlString);
Expand Down

0 comments on commit 56d5783

Please sign in to comment.