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