Add arch i386 before installing dependencies
This commit is contained in:
3
oinit.sh
3
oinit.sh
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
#We'll need the i386 architecture before installing the dependencies.
|
||||
dpkg --add-architecture i386
|
||||
|
||||
#Install the dependencies
|
||||
echo 'deb [trusted=yes] http://cz.archive.ubuntu.com/ubuntu precise main universe' > /etc/apt/sources.list.d/extra.list
|
||||
apt-get update
|
||||
|
||||
Reference in New Issue
Block a user