Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /opt/unified-monitoring-agent/embedded/lib/ruby/gems/3.0.0/gems/capng_c-0.2.2/ci/ drwxr-xr-x |
Viewing file: Select action/file-type: #!/bin/bash set -exu distribution=$(cat /etc/system-release-cpe | awk '{print substr($0, index($1, "o"))}' | cut -d: -f2) version=$(cat /etc/system-release-cpe | awk '{print substr($0, index($1, "o"))}' | cut -d: -f4) USE_SCL=0 USE_AMZN_EXT=0 case ${distribution} in amazon) case ${version} in 2) DNF=yum USE_AMZN_EXT=1 ;; esac ;; centos) case ${version} in 7) DNF=yum USE_SCL=1 ;; *) DNF="dnf --enablerepo=powertools" ;; esac ;; fedoraproject) case ${version} in 33) DNF=yum ;; esac ;; esac ${DNF} groupinstall -y "Development Tools" if [ $USE_SCL -eq 1 ]; then ${DNF} install -y centos-release-scl && \ ${DNF} install -y \ rh-ruby26-ruby-devel \ rh-ruby26-rubygems \ rh-ruby26-rubygem-rake \ rpm-build elif [ $USE_AMZN_EXT -eq 1 ]; then amazon-linux-extras install -y ruby2.6 && \ ${DNF} install -y ruby-devel else ${DNF} install -y ruby-devel \ rubygems \ rpm-build fi ${DNF} install -y libcap-ng-devel if [ $USE_SCL -eq 1 ]; then # For unbound variable error export MANPATH= cd /capng && source /opt/rh/rh-ruby26/enable && gem install bundler --no-document && bundle install && bundle exec rake else cd /capng && gem install bundler --no-document && bundle install && bundle exec rake fi |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0058 ]-- |