Browse Source

Update podman_ha_setup.sh

tteckster 3 năm trước cách đây
mục cha
commit
87a17ad526
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup/podman_ha_setup.sh

+ 1 - 0
setup/podman_ha_setup.sh

@@ -32,6 +32,7 @@ apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
+apt-get update &>/dev/null
 apt-get -qqy install \
     curl \
     runc &>/dev/null