- attempt to support sid for build deps

This commit is contained in:
SoftCoder 2016-07-14 15:29:51 -07:00
parent daf1dac128
commit e5a695029e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ case $distribution in
$installcommand
if [ "$?" -ne "0" ]; then error_during_installation; exit 1; fi
;;
testing|unstable|9|9.0)
testing|unstable|sid|9|9.0)
installcommand="apt-get install $APT_OPTIONS $packages_for_next_debian_ubuntu_mint"
$installcommand
if [ "$?" -ne "0" ]; then error_during_installation; exit 1; fi