LittleDemon WebShell


Linux webhost1.zalaszam.hu 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Path : /proc/thread-self/root/proc/thread-self/root/scripts/
File Upload :
Command :
Current File : //proc/thread-self/root/proc/thread-self/root/scripts/installrpm2

#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/installrpm2                     Copyright 2020 cPanel, L.L.C.
#                                                           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;

LittleDemon - FACEBOOK
[ KELUAR ]