Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Fri Jul 11, 2014 9:33 am
- Forum: Debian/Ubuntu
- Topic: Debian 7.5 64bits is not yet support right now?
- Replies: 11
- Views: 17925
Re: Debian 7.5 64bits is not yet support right now?
The problem is that (at least on OVH servers) the lsb-release file exists on Debian, while the install script uses this to identify the system as Ubuntu.
root@srv:~# cat /etc/lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE=7
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION=
# Check supported version
if ...
root@srv:~# cat /etc/lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE=7
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION=
# Check supported version
if ...