diff --git a/README.md b/README.md index 23e2772..14b5225 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,8 @@ docker run -it -v "/home/admin:/root" --rm lordmilko/i686-elf-tools -gv 9.2.0 -b deb http://archive.ubuntu.com/ubuntu bionic-security main deb http://archive.ubuntu.com/ubuntu bionic-updates main ``` -4. **[If you are not using Ubuntu, you may need to modify the script to use whatever the name of the python package is on your system](https://github.com/lordmilko/i686-elf-tools/issues/28)** -5. Run the following commands. `sudo -s` is optional, however if you are not running as root you will get repeated password request prompts during the course of the execution. +4. Run the following commands. `sudo -s` is optional, however if you are not running as root you will get repeated password request prompts during the course of the execution. ```sh sudo -s @@ -65,7 +64,7 @@ docker run -it -v "/home/admin:/root" --rm lordmilko/i686-elf-tools -gv 9.2.0 -b A full run (including installing prerequisites and configuring MXE) takes approximately 1.5-2 hours on a 4xCPU virtual machine. -6. When the script completes you will have two zip files containing your i686-elf toolchain +5. When the script completes you will have two zip files containing your i686-elf toolchain * `~/build-i686-elf/i686-elf-tools-windows.zip` * `~/build-i686-elf/i686-elf-tools-linux.zip` diff --git a/i686-elf-tools.sh b/i686-elf-tools.sh index 16397f9..834dceb 100755 --- a/i686-elf-tools.sh +++ b/i686-elf-tools.sh @@ -1,7 +1,7 @@ #!/bin/bash # i686-elf-tools.sh -# v1.3.3 +# v1.3.4 # Define Global Variables