mirror of https://github.com/tteck/Proxmox.git
apt-get update before install, remove trailing whitespace
This commit is contained in:
parent
34930dbb63
commit
17299c29a4
|
@ -15,13 +15,13 @@ network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
|
$STD apt-get update
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
gpg
|
gpg
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
|
||||||
# POSTGRES =================================
|
# POSTGRES =================================
|
||||||
msg_info "Setting up postgresql"
|
msg_info "Setting up postgresql"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue