From d7bd144b63d28df5270874409e875b38ab59de92 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 18 Nov 2021 17:27:37 -0500 Subject: [PATCH] Updated Installing on Linux (markdown) --- Installing-on-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 9cc7488..9d69172 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -223,6 +223,11 @@ With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. Y #### Add the x86 architecture to your package manager (x64 installs of 12.04 or newer only) +**WARNING, ONLY DO THIS IF ON THE x86_64/AMD64 or x86/i386 ARCHITECTURES** + +`dpkg --print-architecture` should return `amd64` or `i386`, otherwise this will NOT work and likely break your install
+You have been warned! + In a terminal, type: ```` sudo dpkg --add-architecture i386