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
526c84045d
commit
ab2e829492
2 changed files with 2 additions and 2 deletions
2
debian/install.sh
vendored
2
debian/install.sh
vendored
|
@ -513,7 +513,7 @@ echo;
|
|||
echo "Installing the MailScanner .deb package ... ";
|
||||
|
||||
# install the mailscanner package
|
||||
dpkg -i $CONFFILES $NODEPS $THISCURRPMDIR/MailScanner-*-noarch.deb
|
||||
dpkg -i --force-overwrite $CONFFILES $NODEPS $THISCURRPMDIR/MailScanner-*-noarch.deb
|
||||
|
||||
if [ $? != 0 ]; then
|
||||
echo;
|
||||
|
|
|
@ -755,7 +755,7 @@ echo;
|
|||
echo "Installing the MailScanner RPM ... ";
|
||||
|
||||
# install the mailscanner rpm
|
||||
$RPM -Uvh $NODEPS MailScanner*noarch.rpm
|
||||
$RPM -Uvh --force $NODEPS MailScanner*noarch.rpm
|
||||
|
||||
if [ $? != 0 ]; then
|
||||
echo;
|
||||
|
|
Loading…
Reference in a new issue