removal instructions
This commit is contained in:
parent
fcbe4b8880
commit
fbc10d43f9
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#
|
||||||
|
# by the way to uninstall package with old compiler version you might use
|
||||||
|
# sudo apt remove binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi
|
||||||
|
#
|
||||||
|
|
||||||
# This script will download and install all dependencies require to develop rusEFI on Linux.
|
# This script will download and install all dependencies require to develop rusEFI on Linux.
|
||||||
# After running this script, executing `make` in the firmware folder is expected to produce a functional firmware binary.
|
# After running this script, executing `make` in the firmware folder is expected to produce a functional firmware binary.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue