refactor: remove caddy installation from multiple app install scripts

This commit is contained in:
lolwierd
2026-03-30 16:13:11 +05:30
parent ed19997ba0
commit 4b4d04ed3d
14 changed files with 11 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ fi
PICOCLAW_DIR="${APP_DIR}/${APP_NAME}"
apt-get install -y caddy git
if [ ! -d "${PICOCLAW_DIR}/.git" ]; then
git clone "${REPO_URL}" "${PICOCLAW_DIR}"