refactor: remove unnecessary package installations from app install scripts

This commit is contained in:
lolwierd
2026-03-30 17:08:07 +05:30
parent 52982ca9e7
commit a118de7bcb
5 changed files with 0 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ mkdir -p "${BOOTSTRAP_DIR}"
source /var/excloud/scripts/caddy-setup.sh
setup_initializing_page "$DOMAIN" "$APP_NAME" "$BOOTSTRAP_DIR"
apt-get install -y git openssl
if [ ! -d "${PLAUSIBLE_DIR}/.git" ]; then
git clone -b "${REPO_REF}" --single-branch "${REPO_URL}" "${PLAUSIBLE_DIR}"