servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
507 stars 257 forks source link

Update install.sh #188

Closed HerveDelvaux closed 7 years ago

HerveDelvaux commented 7 years ago

In check_linux.sh, $DISTRO is equal to "debian8" and not to "debian-8" :

if echo $ID-$VERSION_ID | grep -iq "debian-8"; then DISTRO=debian8 fi

servisys commented 7 years ago

Yeah, strange a long time ago that worked :)