All Projects → rednoah → java-installer

rednoah / java-installer

Licence: Apache-2.0 License
OpenJDK installer packages for Synology NAS and QNAP NAS.

Programming Languages

shell
77523 projects
powershell
5483 projects
groovy
2714 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to java-installer

gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (+28.57%)
Mutual labels:  installer
djeasy
Django Project Deploy Easier to in Debian Distribution!
Stars: ✭ 24 (-57.14%)
Mutual labels:  installer
homebins
Binaries for $HOME
Stars: ✭ 19 (-66.07%)
Mutual labels:  installer
phpci-installer
PHPCI Easy Installer for Laravel Homestead
Stars: ✭ 19 (-66.07%)
Mutual labels:  installer
ProgramUpdater
PUF - Program Updater Framework. A library to easier the task of program updating
Stars: ✭ 14 (-75%)
Mutual labels:  installer
Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 472 (+742.86%)
Mutual labels:  installer
Installer
A simple standalone program which automates the installation, removal and maintenance of BetterDiscord.
Stars: ✭ 1,391 (+2383.93%)
Mutual labels:  installer
hermit
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
Stars: ✭ 312 (+457.14%)
Mutual labels:  installer
nginx-installer
Bash script designed to ease the process of compiling nginx with multiple patches and modules manually.
Stars: ✭ 28 (-50%)
Mutual labels:  installer
scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+12.5%)
Mutual labels:  installer
Installer
The Antvel e-commerce installer.
Stars: ✭ 12 (-78.57%)
Mutual labels:  installer
installer
remote.it command line installer tool
Stars: ✭ 21 (-62.5%)
Mutual labels:  installer
yomi
Yet one more installer
Stars: ✭ 35 (-37.5%)
Mutual labels:  installer
ModLoaderInstaller
JavaFX application that installs a mod loader for the game The Long Dark
Stars: ✭ 52 (-7.14%)
Mutual labels:  installer
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (-53.57%)
Mutual labels:  installer
ArchInstall
💻 Personnal install scripts for my development environment
Stars: ✭ 56 (+0%)
Mutual labels:  installer
wifite2-requirements
This bash script will install wifite2 and its other tools Pyrit, bully, wireshark, hcxtools, hcxdumptool, macchanger
Stars: ✭ 20 (-64.29%)
Mutual labels:  installer
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (-17.86%)
Mutual labels:  installer
cpsetup
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Stars: ✭ 42 (-25%)
Mutual labels:  installer
installer
This repository contains the installer of Laravel Zero
Stars: ✭ 18 (-67.86%)
Mutual labels:  installer

Java Installer

Github Releases GitHub release

Introduction

This repository maintains packages for installing the latest OpenJDK binaries on Synology NAS and QNAP NAS.

Installation on Synology DSM

Add the following Package Source to Synology DSM ► Package Center ► Settings ► Package Sources:

https://get.filebot.net/syno/

Installation on QNAP QTS

Add the following App Repository to QNAP QTS ► App Center ► Settings ► App Repository ► Add:

https://get.filebot.net/qnap/index.xml

Installation on Linux

The get-java.sh shell script should work on any Linux device:

# Download the latest JDK into the current directory & link java to /usr/local/bin
curl -O https://raw.githubusercontent.com/rednoah/java-installer/latest/release/get-java.sh
sh get-java.sh install

Installation on Windows

The get-java.ps1 PowerShell script requires Windows 8 or higher:

Invoke-WebRequest https://raw.githubusercontent.com/rednoah/java-installer/latest/release/get-java.ps1 -OutFile get-java.ps1 -UseBasicParsing
powershell -File get-java.ps1 install

The script uses 7z to extract the *.tar.gz archive, but it will not modify JAVA_HOME or the PATH.

Supported Platforms

  • Linux (x86_64, aarch64, armv7l, i686, ppc64le)
  • Windows (x86_64, x86)
  • macOS (x86_64, arm64)

Package Sources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].