Created
June 2, 2026 12:34
-
-
Save Berkays/ec265c43a4f6fe91e05f942261b9e087 to your computer and use it in GitHub Desktop.
Uyap MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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