Skip to content

Commit 7613ee7

Browse files
authored
Update wpscan.sh
1 parent 7968152 commit 7613ee7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/install/tools/security/wpscan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ source /usr/local/bin/enginescript/scripts/functions/shared/enginescript-common.
1919
# Start Main Script
2020

2121
# WPScan
22-
command -v gem >/dev/null 2>&1 || { echo "Error: RubyGems (gem) is not installed or not in PATH. Please install Ruby/RubyGems before installing WPScan." >&2; exit 1; }
23-
22+
command -v gem >/dev/null 2>&1 || { echo "Error: RubyGems (gem) is not installed or not in PATH. On Ubuntu/Debian, install with: apt-get install ruby-full. For other systems, see: https://www.ruby-lang.org/en/documentation/installation/. Then rerun this script." >&2; exit 1; }
2423
print_install_banner "WPScan"
2524
# Always download the latest version of WPScan. Never source a specific version
2625
# No need for more verbose error messaging

0 commit comments

Comments
 (0)