Hestia arm Compiled upgrade to latest version

Hello everyone.
How can I update the hestia cp from 1.4.6 to 1.4.7 with the compiled arm version? Apt update and upgrade do not work on arm based architecture.

Thank you for your answers in advance

I have find this thread. Will try it

Will work fine

You can also use v-update-sys-hestia-git hestiacp release

We currently working with automation to build the packages… For both ARM and AMD/X68 processors…

1 Like

hi @eris that sounds great!

Question :
v-update-sys-hestia-git hestiacp release

i get this output:
v-update-sys-hestia-git: command not found

What is wrong?

i have find out that the normal user ubuntu find this command and user root do not find it.
ubuntu user dont have permission to do that job

Add the following code to /root/.bashrc and login again as root

if [ **"${PATH#*/usr/local/hestia/bin*}"** = **"$PATH"** ]; then
. /etc/profile.d/hestia.sh
fi

Thanks the bashrc path have worked fine