mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
No root, only sudo :3
parent
afd9fef9a5
commit
4a94798b19
@ -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
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python3 get-pip.py
|
||||||
pip install pyyaml
|
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
|
sudo mkdir /opt/build
|
||||||
cd /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
|
cd /opt
|
||||||
sudo git clone --recurse-submodules https://github.com/eried/portapack-mayhem.git
|
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
|
sudo chown -R my_user:my_usergroup /opt/portapack-mayhem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user