Let's wait / pause if host system is among not officially supported
This commit is contained in:
parent
51ad937b5a
commit
2f1e6066d4
@ -314,6 +314,8 @@ prepare_host() {
|
||||
local codename=$(lsb_release -sc)
|
||||
if [[ $codename == "" || "jessie trusty wily" != *"$codename"* ]]; then
|
||||
display_alert "Host system support was not tested" "${codename:-(unknown)}" "wrn"
|
||||
echo -e "Press \e[0;33m<Ctrl-C>\x1B[0m to abort compilation, \e[0;33m<Enter>\x1B[0m to ignore and continue"
|
||||
read
|
||||
fi
|
||||
|
||||
if [[ $codename == jessie ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user