File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
66### Bugfixes
77
8+ - Fixed an issue with apt update and public key missing
9+
10+ If you have to following error
11+
12+ ```
13+ The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A189E93654F0B0E5
14+ ```
15+
16+ Follow the following instructions
17+
18+ ```
19+ rm /usr/share/keyrings/hestia-keyring.gpg
20+ mkdir /root/.gnupg/
21+ gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A189E93654F0B0E5
22+ ```
23+
24+ After that run apt update && apt upgrade
25+
26+ ## [ 1.5.6] - Service release
27+
28+ ### Bugfixes
29+
830- Fixed an issue with the installer. system.pkg didn't allow for a Web alias #2381
931- Fixed an issue with upgrade script causing command to to be executed (https://forum.hestiacp.com/t/upgrading-to-1-5-5-error-line/5449/3 )
1032
You can’t perform that action at this time.
0 commit comments