Skip to content

Instantly share code, notes, and snippets.

View Starlexxx's full-sized avatar

Andrew Starlexxx

  • Yandex
  • Moscow
View GitHub Profile
@Starlexxx
Starlexxx / spark-instal.sh
Created November 20, 2024 19:08
Spark install MacOS
#!/bin/zsh
# Update Homebrew
echo "Updating Homebrew..."
brew update
# Install Java
echo "Installing Java..."
brew install openjdk@11
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.