website/fetch.sh

9 lines
177 B
Bash
Raw Normal View History

2023-12-04 20:41:47 +00:00
#!/usr/bin/env bash
version="v7.0"
rm -rf themes
mkdir themes
cd themes
curl -L "https://github.com/adityatelange/hugo-PaperMod/tarball/$version" | tar -zx
mv "$(ls)" papermod