Skip to content

Commit

Permalink
PPP multi-distro image: more minor fixes
Browse files Browse the repository at this point in the history
* Unnecessary use of sudo
* source ~/.profile in the wrong place
  • Loading branch information
Pavlos1 committed Mar 2, 2024
1 parent 6f6a7c4 commit 5446867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ You can optionally use bootstrap to generate distro image, instead of direct dow
git clone --depth=1 https://git.sr.ht/~postmarketos/pmbootstrap
mkdir -p ~/.local/bin
ln -s "$PWD/pmbootstrap/pmbootstrap.py" ~/.local/bin/pmbootstrap
source ~/.profile # remember to update your environment
pmbootstrap --version # if this returns error see next command

sudo tee -a ~/.profile <<EOF
tee -a ~/.profile <<EOF
PATH="$HOME/.local/bin:$PATH"
EOF
source ~/.profile # remember to update your environment

Start creating 2 GB empty image file, format and mount it.

Expand Down

0 comments on commit 5446867

Please sign in to comment.