mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
- attempt to support sid for build deps
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user