Linux installers commands
Posted on 30-Jan-2019
Kisphp General installers for Ubuntu 20.04
Go to repository
Devops tools
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/devops.sh | bash -
Upgrade jenkins version
curl -s https://gitlab.com/kisphp/installers/raw/master/upgrade-jenkins.sh | bash -s <new_jenkins_version>
Install Deployment script
curl -s https://gitlab.com/kisphp/installers/raw/master/deploy.sh | bash -
Install Composer
curl -s https://gitlab.com/kisphp/installers/raw/master/composer.sh | bash -
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/certbot.sh | sudo bash -
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/ansible.sh | sudo bash -
Install Docker on Ubuntu
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/docker.sh | sudo bash -
curl -s https://gitlab.com/kisphp/installers/raw/master/terraform.sh | sudo bash -
Install Java 11 SDK & JRE
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/java-11.sh | sudo bash -
Install Jenkins
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/jenkins.sh | sudo bash -
Run Jenkins in docker
curl -s https://gitlab.com/kisphp/installers/raw/master/run-jenkins.sh | sudo bash -
Get Jenkins installed plugins list
curl -s https://gitlab.com/kisphp/installers/raw/master/get-jenkins-plugins-list.sh | bash -
Install python 3 on ubuntu 20.04 LTS
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/python.sh | sudo bash -
Install helm 3 on ubuntu 20.04 LTS
curl -s https://gitlab.com/kisphp/installers/raw/master/helm.sh | sudo bash -
Install kubectl on ubuntu 20.04 LTS
curl -s https://gitlab.com/kisphp/installers/raw/master/kubectl.sh | sudo bash -
Install awscli on ubuntu 20.04 LTS
curl -s https://gitlab.com/kisphp/installers/raw/master/awscli.sh | sudo bash -
Install packer on ubuntu 20.04 LTS
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/packer.sh | sudo bash -
Show OS statistics
curl -s https://gitlab.com/kisphp/installers/raw/master/stats.sh | sudo bash -
Install ubuntu common tools
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/tools.sh | sudo bash -
Fix ubuntu workspace shortcuts
curl -s https://gitlab.com/kisphp/installers/raw/master/ubuntu/ubuntu-workspace.sh | sudo bash -