From 366372eee28458571402d9ac68acb9ac98565998 Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Sat, 4 Sep 2021 20:14:11 -0600 Subject: [PATCH] plug pi-apps-x86 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index e2f5b3f..48440a7 100755 --- a/install +++ b/install @@ -14,7 +14,7 @@ fi command -v apt >/dev/null || error "apt: command not found. Most likely this system is not running Debian." #Ensure running arm processor if uname -m | grep -q 'x86' ;then - error "Pi-Apps is not not supported on non-arm processor architectures like amd64 and i386." + error "Pi-Apps is not not supported on non-arm processor architectures like amd64 and i386. You may be interested in Pi-Apps x86, a unofficial fork of Pi-Apps for x64 and x86 systems: https://github.com/Pi-Apps-Recreates/pi-apps-x86" fi sudo apt update || error "The command 'sudo apt update' failed. Before Pi-Apps will work, you must fix your apt package-management system."