diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ubuntu-build-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ubuntu-build-dependencies.sh b/scripts/ubuntu-build-dependencies.sh index 9c68751..0609172 100755 --- a/scripts/ubuntu-build-dependencies.sh +++ b/scripts/ubuntu-build-dependencies.sh @@ -2,6 +2,7 @@ too_old() { echo "System version too low. Please try 'old linux' build (see README.md)" + exit } if [ "`cat /etc/issue | grep 'Debian GNU/Linux 6.0'`" ]; then |