From d9594b49d779aea7184b8ecc4901566fcc4c812a Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Sun, 18 Apr 2021 01:22:09 -0400 Subject: [PATCH] :/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f9ae26..3d4f9a9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build the (new) Arch-based pear iso. You will have to use Arch or Arch-Based distros to build this ISO File. Cause Arch Helps Arch LOL. 1. Install Dependencies 2. Go to the project folder -3. Run `build_iso.sh` +3. Run `./build_iso.sh` ### Dependencies: * `pacman-contrib` @@ -14,7 +14,7 @@ You will have to use Arch or Arch-Based distros to build this ISO File. Cause Ar Install With - `sudo pacman -Syu pacman-contrib archiso`
(Syu To make sure everything else is up to date and the repos are synchronized) ### Run the Command -Go to the project folder, open a terminal and Type `build_iso.sh`
+Go to the project folder, open a terminal and Type `./build_iso.sh`
Or Open Visual Studio code and execute the script from there. * If you get an error about `/tmp/` running out of space, reboot (to clear tmpfs), then edit the `WORKDIR=...` line to a regular dir name. * This (could) happen because the script is written to make a temp dir in `/tmp`, which is a virtual FS that lives in RAM.