ARM64 installation issue

Make sure it is arm64 and not arm_hf

git clone https://github.com/hestiacp/hestiacp.git
cd hestiacp/src/
git checkout release
./hst_autocompile.sh --all --noinstall --keepbuild ‘~localsrc’
cd ../install/
bash hst-install-ubuntu.sh --with-debs /tmp/hestiacp-src/deb/
# or 
bash hst-install-debain.sh --with-debs /tmp/hestiacp-src/deb/

If you are using a PI make sure you use the 64 bit image

after that updating can be done via

You can up date the system to run

v-update-sys-hestia-git hestiacp release

Or

./hst_autocompile.sh --all --noinstall --keepbuild release

It will build the package for ARM (hestia-nginx, hestia-php and hestia) when done you can install them via:

cd /tmp/hestiacp-src/deb/
dpkg -i packagename.deb

Or if you are lazy

dpkg -i *.deb
2 Likes