Removes support for Debian Wheezy (7)

As per the schedule on https://wiki.debian.org/LTS.
The only reason I haven't fully removed support for Jesse (8) is because it's still in https://wiki.debian.org/LTS/Extended
This commit is contained in:
Zachinquarantine 2021-08-16 19:45:30 -04:00 committed by Kamil Śliwak
parent 1e630fc584
commit a67b3bdd58

View File

@ -179,16 +179,6 @@ case $(uname -s) in
. /etc/os-release
install_z3=""
case $VERSION_ID in
7)
#wheezy
echo "Installing solidity dependencies on Debian Wheezy (7.x)."
echo "ERROR - 'install_deps.sh' doesn't have Debian Wheezy support yet."
echo "See https://docs.soliditylang.org/en/latest/installing-solidity.html for manual instructions."
echo "If you would like to get 'install_deps.sh' working for Debian Wheezy, that would be fantastic."
echo "Drop us a message at https://gitter.im/ethereum/solidity-dev."
echo "See also https://github.com/ethereum/webthree-umbrella/issues/495 where we are working through Alpine support."
exit 1
;;
8)
#jessie
echo "Installing solidity dependencies on Debian Jesse (8.x)."