The installation script does not start

OS: Debian 11

I downloaded the installation script with wget as described.
Now the script cannot be started with
bash hst-install.sh

I have also already updated with
apt-get update && apt-get install ca-certificates

I also made the file executable with

chmod +x hst-install.sh

However, nothing happens. Only the cursor is blinking in the terminal.
What could it be? I ask for your help :slight_smile:

Are you connecting as root user?

Do you see a # character at the end of the command line prompt?

You are not upgrading with ‘apt upgrade’

If you have not changed directory since you downloaded with wget you can also try:
./hst-install.sh instead of using bash (since you already did chmod on the file)

Please share a screenshot so we can understand what is going on and we don’t have to shoot in the dark to help you

In the meantime, I was able to solve the problem. I installed a Debian 11 server by hand instead of using a ready-made image. Now the installation of HestiaCP works without problems.

Thanks.

1 Like

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