[minor] Remove duplicated "ssh2" case

Test: ssh2
pull/318/head
Michele Locati 2021-03-13 18:51:13 +01:00
parent 4ec75ded79
commit 3960c069c3
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 10 deletions

View File

@ -1929,15 +1929,6 @@ installRemoteModule() {
addConfigureOption 'enable-redis-zstd' 'yes'
fi
;;
ssh2)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=0.13
else
installRemoteModule_version=beta
fi
fi
;;
snuffleupagus)
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.7.0
@ -1963,7 +1954,7 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=0.13
else
installRemoteModule_version=1.2
installRemoteModule_version=beta
fi
fi
;;