updated java version
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 8m44s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s

This commit is contained in:
2025-12-10 11:05:14 +01:00
parent fcdace915d
commit b088823836
3 changed files with 2 additions and 4 deletions

3
dist/pacman.sh vendored
View File

@@ -12,9 +12,6 @@ else
pacman -Syu --noconfirm "${packages[@]}"
fi
# Set arch-specific packages like Java version
archlinux-java set java-25-openjdk # Use the version you installed
ARCH_PACKAGE_FILE="dist/arch/packages.txt"
if [ ! -f "$ARCH_PACKAGE_FILE" ]; then