drop wheezy support

Removes the Vagrant set up for Debian wheezy and makes the installer abort and complain if started
on wheezy.
This commit is contained in:
Lucas Bickel 2018-11-21 02:04:20 +01:00
parent ffc48a50d2
commit 1d7823468f
4 changed files with 4 additions and 17 deletions

View file

@ -586,7 +586,6 @@ fi
is_debian_dist=false
is_debian_stretch=false
is_debian_jessie=false
is_debian_wheezy=false
is_ubuntu_dist=false
is_ubuntu_bionic=false
is_ubuntu_xenial=false
@ -636,9 +635,9 @@ case "${dist}-${code}" in
is_debian_jessie=true
;;
debian-7|debian-wheezy)
code="wheezy"
is_debian_dist=true
is_debian_wheezy=true
echo -e "ERROR: Debian Wheezy is archived and does not receive any security or other updates since 2018-05-31." >&2
echo -e "The LibreTime installer dropped support for installing LibreTime on Wheezy in 3.0.0-alpha.6." >&2
exit 1
;;
centos-7)
is_centos_dist=true