Skip to content

Commit e8a7aff

Browse files
committed
fix: missing apt update
1 parent dddf745 commit e8a7aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topology/ecorp/infra/provision.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if [ -z $MILXCGUARD ] ; then exit 1; fi
55
DIR=`dirname $0`
66
cd `dirname $0`
77

8+
apt-get update
89
DEBIAN_FRONTEND=noninteractive apt-get install -y certbot python3-certbot-apache
910

1011
# Hacker's mail account [email protected]

0 commit comments

Comments
 (0)