Closed odinho closed 3 years ago
Hi @odinho Apologies for the late reply ;-)
I considered adding this to the script, but most of the time this shouldn't be necessary and executing apt update
every time can slow down the installation.
But if hashi-up can access the target host via ssh, the user can easily execute apt update
remotely as well:
ssh root@$TARGET_IP "apt update"
# or
ssh ubuntu@$TARGET_IP "sudo apt update"
Could maybe come with that suggestion/hint if you already are reading error messages. : )
Logging in on the server and running
apt update
first solves the issue. :) (ah and also, the docs said to use--client
, but I see it is now--client-addr
.)