6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
rm -rf themes
|
|
mkdir themes
|
|
cd themes
|
|
git clone --depth=1 https://github.com/athul/archie.git
|
|
rm -rf */.git*
|
|
git add .
|