mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 13:24:24 +00:00
Require debcargo 2.1.3 or later
This commit is contained in:
parent
2de6944f25
commit
eb8627c809
@ -33,7 +33,7 @@ fi
|
||||
test -x "$DEBCARGO" || abort 1 "debcargo found but not executable: $DEBCARGO"
|
||||
dcver=$($DEBCARGO --version | sed -ne 's/debcargo //p')
|
||||
case $dcver in
|
||||
2.0.*|2.1.0*|2.1.1|2.1.1-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
|
||||
2.0.*|2.1.0*|2.1.1|2.1.1-*|2.1.2|2.1.2-*) abort 1 "unsupported debcargo version $dcver. try reinstalling with \`cargo install debcargo --force\`";;
|
||||
2.1.*) true;;
|
||||
*) abort 1 "unsupported debcargo version: $dcver";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user