You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
sudo apt remove pandoc pandoc-citeproc
|
|
wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb
|
|
sudo dpkg -i pandoc-2.9.2.1-1-amd64.deb
|
|
rm pandoc-2.9.2.1-1-amd64.deb
|
|
|