i386 for peertube install

This commit is contained in:
Bob Mottram 2018-04-03 20:52:31 +01:00
parent 3c1e4e4e9f
commit 3848b618a9
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ function mesh_install_peertube {
if [[ "$VARIANT" != "meshclient" && "$VARIANT" != "meshusb" ]]; then
return
fi
if [[ "$ARCHITECTURE" != 'x86_64' && "$ARCHITECTURE" != 'amd64' ]]; then
if [[ "$ARCHITECTURE" != 'x86_64' && "$ARCHITECTURE" != 'amd64' && "$ARCHITECTURE" != 'i386' ]]; then
return
fi