Release data for version Ver 1.1

Hello i installed hours ago hestia 1.1.0 in debian 10 using this steps

############################################################
# Clean install Hestia from latest master or local changes #
############################################################
SRCDIR='/home/debian'

cd $SRCDIR
git clone https://github.com/hestiacp/hestiacp.git
cd hestiacp

# After we are done editing we build hestia deb packages (dst dir: /tmp/hestiacp-src/debs/)
sudo $SRCDIR/hestiacp/src/hst_autocompile.sh --hestia "~localsrc" no

# And now we will install Hestia with our freshly compiled debs instead of the ones from the official repo
# - This flag "--with-debs" will instruct the installer where look for Hestia packages
sudo su -
/home/debian/hestiacp/install/hst-install-debian.sh --with-debs /tmp/hestiacp-src/debs/ --force --apache yes --nginx yes --multiphp yes

Eveything is running without issues and i will start using it in production, so now my question is this “testing” installation cannot receive automatic updates? (updating from hestia panel or cron).
If not, what i have to do in case a new update is released to apply it in my installation?

1 Like