added handbrake alias and installed mdpdf

This commit is contained in:
2019-04-26 08:54:12 +02:00
parent 2c38ff2e7c
commit 08e768f46b
3 changed files with 6 additions and 2 deletions

View File

@@ -121,6 +121,8 @@ 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
}