update mc/java
This commit is contained in:
parent
e05d160bff
commit
79a5aae32b
2 changed files with 4 additions and 4 deletions
4
full.zsh
4
full.zsh
|
@ -20,7 +20,7 @@ eval $(/opt/homebrew/bin/brew shellenv)
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
echo "[DSMOSS] Install homebrew stuffs..."
|
echo "[DSMOSS] Install homebrew stuffs..."
|
||||||
brew install mas node python3 potrace telnet imagemagick wget minetest golang openjdk@17 openjdk@21 gradle c2048 chocolate-doom
|
brew install mas node python3 potrace telnet imagemagick wget minetest golang microsoft-openjdk@21 gradle c2048 chocolate-doom
|
||||||
brew install ffmpeg yt-dlp
|
brew install ffmpeg yt-dlp
|
||||||
brew tap localsend/localsend
|
brew tap localsend/localsend
|
||||||
brew install localsend
|
brew install localsend
|
||||||
|
@ -87,7 +87,7 @@ brew install --cask kdenlive
|
||||||
# Minecraft get!
|
# Minecraft get!
|
||||||
echo "[DSMOSS] Minecraft get"
|
echo "[DSMOSS] Minecraft get"
|
||||||
echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc
|
echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc
|
||||||
wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.257/HMCL-3.5.9.257.sh -O ~/Minecraft.sh
|
wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.259/HMCL-3.5.9.259.sh -O ~/Minecraft.sh
|
||||||
chmod +x ~/Minecraft.sh
|
chmod +x ~/Minecraft.sh
|
||||||
|
|
||||||
# Create cloud init....
|
# Create cloud init....
|
||||||
|
|
4
lite.zsh
4
lite.zsh
|
@ -84,9 +84,9 @@ brew install --cask kdenlive
|
||||||
|
|
||||||
# Minecraft get!
|
# Minecraft get!
|
||||||
echo "[DSMOSS] Minecraft get"
|
echo "[DSMOSS] Minecraft get"
|
||||||
brew install openjdk@21
|
brew install microsoft-openjdk@21
|
||||||
echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc
|
echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc
|
||||||
wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.257/HMCL-3.5.9.257.sh -O ~/Minecraft.sh
|
wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.259/HMCL-3.5.9.259.sh -O ~/Minecraft.sh
|
||||||
chmod +x ~/Minecraft.sh
|
chmod +x ~/Minecraft.sh
|
||||||
|
|
||||||
# Create cloud init....
|
# Create cloud init....
|
||||||
|
|
Loading…
Reference in a new issue