From 1635cfc5a8d9056e56410a0723b23f0849b14308 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 8 Aug 2025 09:21:13 -0600 Subject: [PATCH] Adding deploy script --- usr/local/hestia/data/deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr/local/hestia/data/deploy.sh 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