From 17299c29a4835bc6481716761e69985edcc48b20 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk <22500761+jcantosz@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:12:58 -0400 Subject: [PATCH] apt-get update before install, remove trailing whitespace --- install/ghostfolio-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"