We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3143f2c commit 9a5e180Copy full SHA for 9a5e180
1 file changed
src/custompios
@@ -27,7 +27,7 @@ function execute_chroot_script() {
27
28
#black magic of qemu-arm-static
29
# cp `which qemu-arm-static` usr/bin
30
- if [ "$(uname -m)" != "armv7l" ] && [ "$(uname -m)" != "aarch64" ] ; then
+ if [ "$(uname -m)" != "armv7l" ] || [ "$(uname -m)" != "aarch64" ] ; then
31
if [ "$BASE_ARCH" == "armv7l" ]; then
32
if (grep -q gentoo /etc/os-release);then
33
ROOT="`realpath .`" emerge --usepkgonly --oneshot --nodeps qemu
0 commit comments