remove pandoc from dependencies scripts
the static site generator was forked into https://untitled.vimuser.org/
This commit is contained in:
parent
4e4f4146d7
commit
4e8c8930cf
|
@ -38,11 +38,6 @@ pacman -S --needed --noconfirm wget
|
||||||
|
|
||||||
pacman -S --needed --noconfirm git
|
pacman -S --needed --noconfirm git
|
||||||
|
|
||||||
# For building the documentation
|
|
||||||
# ------------------------------------------------------------
|
|
||||||
|
|
||||||
pacman -S --needed --noconfirm pandoc
|
|
||||||
|
|
||||||
# For Tianocore and iPXE
|
# For Tianocore and iPXE
|
||||||
# TODO: check whether this is the full list
|
# TODO: check whether this is the full list
|
||||||
|
|
||||||
|
|
|
@ -38,11 +38,6 @@ apt-get -y install wget
|
||||||
|
|
||||||
apt-get -y install git
|
apt-get -y install git
|
||||||
|
|
||||||
# For building the documentation
|
|
||||||
# ------------------------------------------------------------
|
|
||||||
|
|
||||||
apt-get -y install pandoc
|
|
||||||
|
|
||||||
# For Tianocore and iPXE
|
# For Tianocore and iPXE
|
||||||
# TODO: check whether this is the full list
|
# TODO: check whether this is the full list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue