From 4a94798b193bf83077ea8515a97966a2f9121587 Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:50:04 -0700 Subject: [PATCH] No root, only sudo :3 --- Compile-firmware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index ef8921a..c0e4c94 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -159,7 +159,7 @@ some compiling errors to check it's better to call it without '-j 8') curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python3 get-pip.py pip install pyyaml -## 2. Install the necessary ARM compiler to /opt/armbin (if not done before, root needed if you install it in /opt) +## 2. Install the necessary ARM compiler to /opt/armbin (if not done before) sudo mkdir /opt/build cd /opt/build @@ -177,7 +177,7 @@ some compiling errors to check it's better to call it without '-j 8') cd /opt sudo git clone --recurse-submodules https://github.com/eried/portapack-mayhem.git -## 5. Give permission for the portapack-mayhem directory to your user +## 5. Give permission for the portapack-mayhem directory to your user sudo chown -R my_user:my_usergroup /opt/portapack-mayhem