mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-24 15:35:17 +08:00
update
none
This commit is contained in:
parent
80e45479da
commit
526c84045d
1 changed files with 3 additions and 3 deletions
|
@ -41,10 +41,10 @@ read foobar
|
||||||
clear
|
clear
|
||||||
echo;
|
echo;
|
||||||
echo "Do you want to install missing perl modules via CPAN?"; echo;
|
echo "Do you want to install missing perl modules via CPAN?"; echo;
|
||||||
echo "I will attempt to install Perl modules via yum, but some may not be unavailable during the";
|
echo "I can attempt to install Perl modules via CPAN. Missing modules will likely ";
|
||||||
echo "installation process. Missing modules will likely cause MailScanner to malfunction.";
|
echo "cause MailScanner to malfunction.";
|
||||||
echo;
|
echo;
|
||||||
echo "WARNING: You must have perl, cpan and perldoc installed for this to work!";
|
echo "WARNING: You must have perl, perldoc, curl, cpan installed for this to work!";
|
||||||
echo;
|
echo;
|
||||||
echo "Recommended: Y (yes)"; echo;
|
echo "Recommended: Y (yes)"; echo;
|
||||||
read -r -p "Install missing Perl modules via CPAN? [n/Y] : " response
|
read -r -p "Install missing Perl modules via CPAN? [n/Y] : " response
|
||||||
|
|
Loading…
Reference in a new issue