From 08989b414a064dd459e74e5beaf9c43dfe3e817b Mon Sep 17 00:00:00 2001 From: Ludgie <77110723+ludg1e@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:45:15 +0200 Subject: [PATCH] feat: add flatpak pkg information --- download/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/download/index.html b/download/index.html index 9ec37538..468f51e8 100644 --- a/download/index.html +++ b/download/index.html @@ -5,6 +5,7 @@ releases_url: https://github.com/angryip/ipscan/releases sourceforge_url: https://sourceforge.net/projects/ipscan/files/ipscan3-binary/ binary_url: https://github.com/angryip/ipscan/releases/download/ +flathub_url: https://flathub.org/apps/org.angryip.ipscan redirect_from: /w/Download/ --- @@ -108,6 +109,7 @@
Make sure you have at least Java 11 or OpenJDK installed - check your distribution.
@@ -115,6 +117,7 @@DEB and RPM packages will install appropriate 'desktop' files, so Angry IP Scanner will appear in Applications menu, under either Internet or Networking. Alternatively, you can just type ipscan to launch the application.
Jar files are launched by either double-clicking or typing java -jar jar-file.
Note for Raspbian/32-bit ARM: to run the "any" architecture package above, you will need an older 32-bit build of SWT, as current versions provided by Bullseye dropped 32-bit support.
+The Flatpak package already installs on-the-go the OpenJDK 11 SDK extension from the Freedesktop runtime. Note that this OpenJDK version is only available for Flatpak packages and not system-wide.