apt-get update before install, remove trailing whitespace

This commit is contained in:
Jesse Antoszyk 2024-10-22 10:12:58 -04:00
parent 34930dbb63
commit 17299c29a4
1 changed files with 2 additions and 2 deletions

View File

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