Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

CENTOS 6 OCS PANEL AND VPS AUTOSCRIPT

OCSPANELCENTOS6 is made by RackMods to minimize the time consumed and user involvement in setting up your VPS and OCS Panel

How to Use the OCSPanelCentos6 AutoScript

All you need to do is Copy and Paste the commands posted below to the console/terminal of your VPS

FOR OCS PANEL ONLY

Commands

yum -y update && yum -y install wget && wget https://raw.githubusercontent.com/RackMods/RkmsAutoScript/master/OCSCentos.sh && chmod +x OCSCentos.sh && ./OCSCentos.sh && rm -f OCSCentos.sh && history -c

FOR VPS ONLY

Commands

yum -y update && yum -y install wget && wget https://raw.githubusercontent.com/RackMods/RkmsAutoScript/master/VPSCentos6.sh && chmod +x VPSCentos6.sh && ./VPSCentos6.sh && rm -f VPSCentos6.sh && history -c

FOR OCS PANEL AND VPS

Commands

yum -y update && yum -y install wget && wget https://raw.githubusercontent.com/RackMods/RkmsAutoScript/master/VPSOCSCentos6.sh && chmod +x VPSOCSCentos6.sh && ./VPSOCSCentos6.sh && rm -f VPSOCSCentos6.sh && history -c