diff --git a/install/ghostfolio-install.sh b/install/ghostfolio-install.sh index 8b827d83..07920ee7 100644 --- a/install/ghostfolio-install.sh +++ b/install/ghostfolio-install.sh @@ -15,13 +15,13 @@ network_check update_os msg_info "Installing Dependencies" +$STD apt-get update $STD apt-get install -y \ - curl \ + curl \ lsb-release \ gpg msg_ok "Installed Dependencies" - # POSTGRES ================================= msg_info "Setting up postgresql"