Add arch i386 before installing dependencies

This commit is contained in:
Tekaoh
2020-01-27 16:21:40 -05:00
committed by GitHub
parent f1f9898df2
commit a8db82dafc

View File

@@ -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