changes
This commit is contained in:
parent
5d698ad774
commit
dd42e6c9bb
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -74,6 +74,8 @@ do
|
||||||
if ! grep "contrib" /etc/apt/sources.list && grep "non-free" /etc/apt/sources.list
|
if ! grep "contrib" /etc/apt/sources.list && grep "non-free" /etc/apt/sources.list
|
||||||
then
|
then
|
||||||
message error "please activate 'contrib' and 'non-free' in your sources.ist"
|
message error "please activate 'contrib' and 'non-free' in your sources.ist"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
nice)
|
nice)
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
|
|
Loading…
Reference in a new issue