mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
4 lines
127 B
Bash
4 lines
127 B
Bash
#!/bin/bash
|
|
sudo apt install pandoc python3-pip npm
|
|
pip install uuid argparse os md2gemini pytest pypandoc
|
|
npm install -g sass
|