Where to change beta to stable?

1.6.0 has been released if you want to switch over to “stable”

remove the hash infront of :slight_smile:
deb [arch={$arch} signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ {codename} main

And add it infront of

deb [arch={arch} signed-by=/usr/share/keyrings/hestia-beta.gpg] https://beta.hestiacp.com {codename} main

Then run apt update

In which file?

/etc/apt/sources.list.d/hestia.list

1 Like

If you did an new install change Hestia-beta.list instead

1 Like

I have two files:
hestia-beta.list:

deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-beta-keyring.gpg] https://beta.hestiacp.com/ jammy main

hestia.list

#deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ jammy main

What i need to do?
Both file not have string what i need. Difference in “jammy main” and arch.

Codename and arch are depending on architecture / OS. That’s why I used {arch} and {codename} as varaibles…

Add hash to:
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-beta-keyring.gpg] https://beta.hestiacp.com/ jammy main

And remove:
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ jammy main

Then apt update

Big thank!

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