mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
remove unnecessary installation check
This commit is contained in:
parent
530e94be8c
commit
110529f8d9
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user