diff --git a/setup.sh b/setup.sh index ceaac81..472a0ff 100644 --- a/setup.sh +++ b/setup.sh @@ -74,6 +74,8 @@ do if ! grep "contrib" /etc/apt/sources.list && grep "non-free" /etc/apt/sources.list then message error "please activate 'contrib' and 'non-free' in your sources.ist" + exit 1 + fi ;; nice) sudo dpkg --add-architecture i386