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

@@ -26,7 +26,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 git -C "${ERPNEXT_DIR}" rev-parse 2>/dev/null; then
echo "Git repo exists"