6 lines
151 B
Bash
Executable file
6 lines
151 B
Bash
Executable file
rm -rf themes
|
|
mkdir themes
|
|
git clone https://github.com/nunocoracao/blowfish.git themes/blowfish --depth=1
|
|
rm -rf themes/blowfish/.git*
|
|
git add themes
|