decided to remove mdpdf anyways, not desired result.

This commit is contained in:
Rick van Lieshout 2019-04-26 08:55:49 +02:00
parent 08e768f46b
commit 21cae0eb56
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
markdown-toc
gtop
http-server
mdpdf

View File

@ -121,8 +121,6 @@ function install_dependencies {
fileToList dependencies/pip.txt | xargs sudo pip install
# disable chromium downloads for npm
sudo npm config set puppeteer_skip_chromium_download true -g
fileToList dependencies/npm.txt | xargs sudo npm install -g
}