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

@@ -23,7 +23,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 "${OPENCLAW_DIR}/.git" ]; then
git clone "${REPO_URL}" "${OPENCLAW_DIR}"