8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf themes
|
|
mkdir themes
|
|
cd themes
|
|
curl -L "https://github.com/adityatelange/hugo-papermod/tarball/master" | tar -zx
|
|
mv "$(ls)" papermod
|