CHips L MINI SHELL

CHips L pro

Current Path : /home/thomas/public_html/Fox-C404/root/scripts/
Upload File :
Current File : /home/thomas/public_html/Fox-C404/root/scripts/installrpm2

#!/usr/local/cpanel/3rdparty/bin/perl
# cpanel - installrpm2                               Copyright 2012 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
# Installs a package requested on command line

$| = 1;

system '/usr/local/cpanel/scripts/checkyum', '--kernel';
die 'checkyum --kernel exited nonzero' if $?;
system 'yum', '-y', 'install', @ARGV;
system '/usr/local/cpanel/scripts/checkyum', '--nokernel';
die 'checkyum --nokernel exited nonzero' if $?;
exit;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez