mirror of
https://github.com/Sneed-Group/sneedux
synced 2024-12-23 11:12:32 -06:00
Update maker.sh
This commit is contained in:
parent
407dbb15d4
commit
f38b912dd1
1 changed files with 1 additions and 0 deletions
1
maker.sh
1
maker.sh
|
@ -1,3 +1,4 @@
|
||||||
|
sudo apt install wget build-essential bison flex libncurses-dev libssl-dev libelf-dev
|
||||||
make -j20 && sudo make modules_install -j20
|
make -j20 && sudo make modules_install -j20
|
||||||
sudo cp arch/x86/boot/bzImage /boot/vmlinuz-sneedux
|
sudo cp arch/x86/boot/bzImage /boot/vmlinuz-sneedux
|
||||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
Loading…
Reference in a new issue