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/bash | |
apt update | |
apt upgrade -y | |
apt install -y software-properties-common curl wget nano sudo openjdk-11-jdk gnupg2 build-essential git mercurial | |
cd /opt | |
wget https://github.com/keycloak/keycloak/releases/download/21.1.1/keycloak-21.1.1.tar.gz | |
tar -xvf keycloak-21.1.1.tar.gz | |
mv keycloak-21.1.1 keycloak | |
groupadd keycloak |