refactor: remove unnecessary package installations from app install scripts
This commit is contained in:
@@ -24,7 +24,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 "${GHOST_DIR}/.git" ]; then
|
||||
git clone "${REPO_URL}" "${GHOST_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user