From 5446867c473dcf4f06c6f62e07924f7f908babdc Mon Sep 17 00:00:00 2001 From: Pavel Zakopaylo Date: Sat, 2 Mar 2024 23:41:52 +1100 Subject: [PATCH] PPP multi-distro image: more minor fixes * Unnecessary use of sudo * source ~/.profile in the wrong place --- .../PinePhone_Pro/Various/Multi-distribution_image.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/documentation/PinePhone_Pro/Various/Multi-distribution_image.adoc b/content/documentation/PinePhone_Pro/Various/Multi-distribution_image.adoc index d966e815..4926f2f4 100644 --- a/content/documentation/PinePhone_Pro/Various/Multi-distribution_image.adoc +++ b/content/documentation/PinePhone_Pro/Various/Multi-distribution_image.adoc @@ -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 <