mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-25 16:05:17 +08:00
Replace —-force with —-force-depends in debian install script
There in no `—-force` flag in dpkg
This commit is contained in:
parent
92518a86b5
commit
4aba337655
1 changed files with 30 additions and 30 deletions
2
debian/install.sh
vendored
2
debian/install.sh
vendored
|
@ -177,7 +177,7 @@ read -r -p "Ignore MailScanner dependencies (nodeps)? [y/N] : " response
|
|||
|
||||
if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
|
||||
# user wants to ignore deps
|
||||
NODEPS='--force'
|
||||
NODEPS='--force-depends'
|
||||
else
|
||||
# requiring deps
|
||||
NODEPS=
|
||||
|
|
Loading…
Reference in a new issue