Skip to content

Instantly share code, notes, and snippets.

@Berkays
Created June 2, 2026 12:34
Show Gist options
  • Select an option

  • Save Berkays/ec265c43a4f6fe91e05f942261b9e087 to your computer and use it in GitHub Desktop.

Select an option

Save Berkays/ec265c43a4f6fe91e05f942261b9e087 to your computer and use it in GitHub Desktop.
Uyap MacOS
#!/bin/zsh
# Brew Kurulumu (https://brew.sh/)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
# Temurin OpenJDK@8 Kurulumu (https://adoptium.net/temurin/releases)
brew install --cask temurin@8
# Uyap Çalıştırma
java -jar ~/Downloads/Uyap\ Doküman\ Editörü.app/Contents/Java/editor-app.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment