Skip to content

Commit

Permalink
fix(download): close tags & fix notifications on linux page
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Oct 29, 2024
1 parent b28d5d1 commit dc27ab8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/download/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ nix profile install 'nixpkgs#prismlauncher'
AppImages allow you to take a single file and run Prism anywhere*
<div class="notification type-warn"
<div class="notification type-warn">
AppImage builds only support x86_64
</div>
### With AppImageLauncher (Recommended)
Expand Down Expand Up @@ -233,19 +231,15 @@ Prism Launcher is available in the [pi-apps](https://github.com/Botspot/pi-apps)
[![pi-apps-badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FBotspot%2Fpi-apps-analytics%2Fmain%2Fpackage_data_v2.json&query=%24.Minecraft%20Java%20Prism%20Launcher.Version&label=Pi-Apps&color=c51a4a)](https://github.com/Botspot/pi-apps)
<div class="notification type-info">
Only Debian/Raspbian/Pi OS Buster and newer and Ubuntu 18.04 and newer are supported.
</div>
## <img src="https://www.gentoo.org/assets/img/logo/gentoo-signet.svg" height="20" /> Gentoo
Ebuilds are available in the official Gentoo repository, under [`games-action/prismlauncher`](https://packages.gentoo.org/packages/games-action/prismlauncher)
<div class="notification type-info">
For the time being, newer versions of the package are not stabilized, so they are masked for `~amd64` and `~arm64` only.
</div>
```bash
Expand Down Expand Up @@ -293,16 +287,12 @@ zypper install prismlauncher
Prism Launcher is available on [SlackBuilds](https://slackbuilds.org/repository/15.0/games/PrismLauncher/) (maintained by Samuel Young)
<div class="notification type-warn"
<div class="notification type-warn">
The package is currently only available for Slackware version 15.0!
</div>
<div class="notification type-info">
You may need to edit the `PrismLauncher.SlackBuild` file and change the VERSION variable to reflect that of the source code -- although it is better if you wait for the maintainer to do so.
</div>
```bash
Expand Down

0 comments on commit dc27ab8

Please sign in to comment.