Install Script for 1.9.2 fails on fresh Ubuntu 22.04.5

On a fresh VPS with Ubuntu 22.04.5 I try to install HestiaCP, as I successfuly did many times before:

wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

bash hst-install.sh --interactive no --email [email protected] --password MyPassword --hostname hcp.mydomain.ch -f

But now it totaly fails and I wonder if someone could give me a hint on why this is happening and how I could work around it?

It didn’t download hestia package …

1 Like

sudo apt update && sudo apt upgrade
apt-get update && apt-get install ca-certificates

before installation usually helps

Today the download and install worked as expected.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.