From 110529f8d9d77cb7dba96c8c4fe6bf7b8e05f281 Mon Sep 17 00:00:00 2001 From: fabrice1236 Date: Mon, 6 Jan 2025 18:37:29 +0100 Subject: [PATCH] remove unnecessary installation check --- ct/ghost.sh | 4 ---- install/ghost-install.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ct/ghost.sh b/ct/ghost.sh index 4d301602..1d55398b 100644 --- a/ct/ghost.sh +++ b/ct/ghost.sh @@ -29,10 +29,6 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/homebridge.list ]]; then - msg_error "No ${APP} Installation Found!" - exit - fi msg_info "Updating ${APP} LXC" # CHECK FOR NPM HERE ! if command -v ghost &> /dev/null; then diff --git a/install/ghost-install.sh b/install/ghost-install.sh index ce3042be..8d3c759a 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -18,7 +18,7 @@ update_os ####ADD user ? -# Installing Dependencies with the 3 core dependencies (curl;sudo;mc) +# Install Dependencies msg_info "Installing Dependencies" $STD apt-get install -y \ curl \