6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
rm -rf themes
|
|
mkdir themes
|
|
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
|
|
rm -rf themes/LoveIt/.git
|
|
git add themes
|