remove unnecessary installation check

This commit is contained in:
fabrice1236 2025-01-06 18:37:29 +01:00
parent 530e94be8c
commit 110529f8d9
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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 \