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
f5dc14f725
commit
974ba007d3
3 changed files with 3 additions and 3 deletions
2
debian/install.sh
vendored
2
debian/install.sh
vendored
|
@ -462,7 +462,7 @@ if [ $CPANOPTION == 1 ]; then
|
|||
echo "CPAN config missing. Creating one ..."; echo;
|
||||
mkdir -p /root/.cpan/CPAN
|
||||
cd /root/.cpan/CPAN
|
||||
$CURL -O https://www.mailscanner.info/MyConfig.pm
|
||||
$CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
|
||||
cd $THISCURRPMDIR
|
||||
timewait 1
|
||||
perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit'
|
||||
|
|
|
@ -541,7 +541,7 @@ if [ $CPANOPTION == 1 ]; then
|
|||
echo "CPAN config missing. Creating one ..."; echo;
|
||||
mkdir -p /root/.cpan/CPAN
|
||||
cd /root/.cpan/CPAN
|
||||
$CURL -O https://www.mailscanner.info/MyConfig.pm
|
||||
$CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
|
||||
cd $THISCURRPMDIR
|
||||
timewait 1
|
||||
fi
|
||||
|
|
|
@ -474,7 +474,7 @@ if [ $CPANOPTION == 1 ]; then
|
|||
echo "CPAN config missing. Creating one ..."; echo;
|
||||
mkdir -p /root/.cpan/CPAN
|
||||
cd /root/.cpan/CPAN
|
||||
$CURL -O https://www.mailscanner.info/MyConfig.pm
|
||||
$CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
|
||||
cd $THISCURRPMDIR
|
||||
timewait 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue