Adding compilation for liblzma and grub

This commit is contained in:
Marc
2021-12-02 16:28:42 +01:00
parent fbdabd66a5
commit 0c039501db
9 changed files with 74 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
if [ -f /bin/pacman ] # btw
then
sudo pacman -S python gcc make bc unzip wget sudo binutils nasm
sudo pacman -S python gcc make bc unzip wget sudo binutils nasm autoconf diffutils binutils bison gettext flex
else if [ -f /bin/apt ] #deb / ubuntu
then
sudo apt-get install python3 g++ make bc unzip wget sudo