Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a fix to JDK/JDR as well as links to key issues #4430

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ There are three ways to go:
(`blackarch-install`). The Slim ISO comes with a GUI-based installer.
You can use the installer to install BlackArch Linux onto your hard disk.

## Notes on the current ISO/OVA images (2023)
If you try `sudo pacman -Syu` you might notice that there is a JDk/JRE 21 package conflicts. To get passed this simply run the command below:

`sudo pacman -Sy jdk-openjdk && pacman -Su`

If you wanted to read more on this go [here](https://archlinux.org/news/incoming-changes-in-jdk-jre-21-packages-may-require-manual-intervention/)

In additon, there maybe some key errors, feel free to go [here](https://github.com/BlackArch/blackarch/issues/4290#issuecommnet-2424171751)

## Get Involved

You can get in touch with the BlackArch Linux team. Just check out the following:
Expand Down
12 changes: 12 additions & 0 deletions upgrade-blackarch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
#
# Short script to automate upgrading blackarch
#

sudo pacman -Rdd jre-openjdk jdk-openjdk jre11-openjdk jre11-openjdk-headless calamares python-uvicorn
sudo pacman -S archlinux-keyring
sudo pacman -S blackarch-keyring
sudo pacman -S blackarch-mirrorlist
sudo pacman -Syy
sudo pacman -Syu --no-confirm --disable-download-timeout