Skip to content

Commit

Permalink
Merge pull request #55 from QuickCorp/v2.3
Browse files Browse the repository at this point in the history
one-step installation for Redhat Enterprise RHEL8
  • Loading branch information
jeanmachuca committed Apr 21, 2021
2 parents b81acda + 30eb92f commit dc9e274
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions install_qcobjects_rhel8.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/bin/bash
# QCObjects Redhat Enterprise 8 (RHEL8) Installer Script
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
#Created On: September, 5, 2019
#@author: Jean Machuca <correojean@gmail.com> @jeanmachuca
#
# QuickCorp/QCObjects is licensed under the
# GNU Lesser General Public License v3.0
# [LICENSE] (https://github.com/QuickCorp/QCObjects/blob/master/LICENSE.txt)
#
# Permissions of this copyleft license are conditioned on making available
# complete source code of licensed works and modifications under the same
# license or the GNU GPLv3. Copyright and license notices must be preserved.
# Contributors provide an express grant of patent rights. However, a larger
# work using the licensed work through interfaces provided by the licensed
# work may be distributed under different terms and without source code for
# the larger work.
#
# Copyright (C) 2015 Jean Machuca,<correojean@gmail.com>
#
# Everyone is permitted to copy and distribute verbatim copies of this
# license document, but changing it is not allowed.#
#
#global
sudo su -c "curl -lL https://cdn.qcobjects.dev/bin/install/rhel8/install_qcobjects.sh | sh" root

0 comments on commit dc9e274

Please sign in to comment.