Skip to content

Commit 5e7f41e

Browse files
authored
fix: don't instruct debian users to install random upgrades (#615)
1 parent b8e349f commit 5e7f41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/misc/java-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installing Java 21 on Debian-based Linux distributions is very simple. First, en
3535
all required tools to successfully install Java.
3636

3737
```bash
38-
sudo apt-get update && sudo apt-get upgrade
38+
sudo apt-get update
3939
sudo apt-get install ca-certificates apt-transport-https gnupg wget
4040
```
4141

0 commit comments

Comments
 (0)