feat: Adding apt-get update to nm-bootstrap-script.sh

Change-Id: I3448b74d593f6177f95eb7c6ea36692f924921f8
This commit is contained in:
George Kitsos 2024-04-26 16:13:39 +03:00
parent 4f0377dcc9
commit 6c111e0b3f

View File

@ -80,6 +80,12 @@ log_print INFO "onm-bootstrap($PID): Starting onm-bootstrap with the following p
APPLICATION_UUID=$APPLICATION_UUID, ONM_IP=$ONM_IP, PUBLIC_IP=$public_ip,
LOGGED_IN_USER=$logged_in_user, SSH_PORT=$SSH_PORT"
log_print INFO "onm-bootstrap($PID): Updating apt..."
Check_lock
sudo apt-get update
log_print INFO "onm-bootstrap($PID): Installing wireguard and resolvconf..."
Check_lock