diff --git a/usr/local/hestia/data/deploy.sh b/usr/local/hestia/data/deploy.sh new file mode 100644 index 0000000..c2d5b2c --- /dev/null +++ b/usr/local/hestia/data/deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash +wget -P ~ https://code.jaywll.co/jason/hestia-templates/archive/main.tar.gz +tar -xzf ~/main.tar.gz -C ~ +cp -ra ~/hestia-templates/* / +rm ~/main.tar.gz +rm -r ~/hestia-templates \ No newline at end of file