default to armv7l because armv6 hardware cannot run pepflash (there are no armv6 Chromebooks)

This commit is contained in:
lif 2020-03-27 22:10:24 -07:00
parent 4ba3715598
commit 30d61f867d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
export XBPS_ARCH=${1:-armv6l}
export XBPS_ARCH=${1:-armv7l}
void_repository=https://alpha.us.repo.voidlinux.org/
set -eo pipefail