From 4e8c8930cfaba11e0c1c0e36cc2e658a189f27df Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 Nov 2021 07:07:51 +0000 Subject: remove pandoc from dependencies scripts the static site generator was forked into https://untitled.vimuser.org/ --- resources/scripts/build/dependencies/arch | 5 ----- resources/scripts/build/dependencies/ubuntu2004 | 5 ----- 2 files changed, 10 deletions(-) diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch index c933f433..7d4367d8 100755 --- a/resources/scripts/build/dependencies/arch +++ b/resources/scripts/build/dependencies/arch @@ -38,11 +38,6 @@ pacman -S --needed --noconfirm wget pacman -S --needed --noconfirm git -# For building the documentation -# ------------------------------------------------------------ - -pacman -S --needed --noconfirm pandoc - # For Tianocore and iPXE # TODO: check whether this is the full list diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004 index 2082d27d..158983e6 100755 --- a/resources/scripts/build/dependencies/ubuntu2004 +++ b/resources/scripts/build/dependencies/ubuntu2004 @@ -38,11 +38,6 @@ apt-get -y install wget apt-get -y install git -# For building the documentation -# ------------------------------------------------------------ - -apt-get -y install pandoc - # For Tianocore and iPXE # TODO: check whether this is the full list -- cgit v1.2.1