Adding deploy script
This commit is contained in:
6
usr/local/hestia/data/deploy.sh
Normal file
6
usr/local/hestia/data/deploy.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user