mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Run apt-get update before installing anything
This commit is contained in:
parent
828f9d0185
commit
ca33614cbf
@ -59,6 +59,9 @@ before_miab_install() {
|
||||
H2 "Update /etc/hosts"
|
||||
update_hosts_for_private_ip || die "Could not update /etc/hosts"
|
||||
|
||||
# update package lists before installing anything
|
||||
apt-get update || die "apt-get update failed!"
|
||||
|
||||
# install prerequisites
|
||||
H2 "QA prerequisites"
|
||||
install_qa_prerequisites || die "Error installing QA prerequisites"
|
||||
|
Loading…
Reference in New Issue
Block a user