Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83158?usp=email )
Change subject: Documentation/mainboard/gigabyte/ga-g41m-es2l: Use python-is-python3 ......................................................................
Documentation/mainboard/gigabyte/ga-g41m-es2l: Use python-is-python3
Change-Id: I627fea0ff7cef4d08b4ec3698a69a0ddbe2e171d Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M Documentation/mainboard/gigabyte/ga-g41m-es2l.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/83158/1
diff --git a/Documentation/mainboard/gigabyte/ga-g41m-es2l.md b/Documentation/mainboard/gigabyte/ga-g41m-es2l.md index 33a77f2..ab4d726 100644 --- a/Documentation/mainboard/gigabyte/ga-g41m-es2l.md +++ b/Documentation/mainboard/gigabyte/ga-g41m-es2l.md @@ -41,7 +41,7 @@ Install tools and libraries needed for coreboot:
```shell -sudo apt-get -V install bison build-essential curl flex git gnat libncurses-dev zlib1g-dev wget python2 python-is-python2 flashrom +sudo apt-get -V install bison build-essential curl flex git gnat libncurses-dev zlib1g-dev wget python-is-python3 flashrom ```
### Get sources