mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
- attempt to support sid for build deps
This commit is contained in:
parent
daf1dac128
commit
e5a695029e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user