Skip to content

Commit

Permalink
Install Java JRE 21 for TIGERs autoRef
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jul 16, 2024
1 parent 7fbf54e commit 5ff8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function configure_system() {
sudo apt update
sudo apt upgrade -y
which snap >/dev/null && sudo snap refresh
sudo apt install -y git neovim curl jq terminator remmina openjdk-17-jre
sudo apt install -y git neovim curl jq terminator remmina openjdk-21-jre

echo "Disable screensaver"
which gsettings >/dev/null && gsettings set org.gnome.desktop.screensaver lock-enabled false
Expand Down

0 comments on commit 5ff8f6a

Please sign in to comment.