diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index 7881b41..e7e24cd 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -158,6 +158,7 @@ pre_install(){ fi elif [ ${status} -eq 2 ]; then print_info + get_latest_version echo "Latest version: ${shadowsocks_libev_ver}" echo fi diff --git a/shadowsocks-libev.sh b/shadowsocks-libev.sh index 49cc6b7..d75c01a 100644 --- a/shadowsocks-libev.sh +++ b/shadowsocks-libev.sh @@ -189,6 +189,7 @@ pre_install(){ fi elif [ ${status} -eq 2 ]; then print_info + get_latest_version echo "Latest version: ${shadowsocks_libev_ver}" echo fi