We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16edf58 commit a8e158aCopy full SHA for a8e158a
Makefile
@@ -86,7 +86,10 @@ clean:
86
.PHONY: Install-Grub-BIOS
87
Install-Grub-BIOS:
88
git clone https://git.savannah.gnu.org/git/grub.git
89
- sudo apt-get install build-essential autoconf automake
+ sudo sed -i 's/# deb-src/deb-src/' /etc/apt/sources.list
90
+ sudo apt update
91
+ sudo apt-get install build-essential autoconf automake autopoint
92
+ sudo apt-get build-dep grub-pc
93
ls
94
cd grub && \
95
./bootstrap && \
0 commit comments