Passbolt Pro on Ubuntu 20.04 cant get sources

I installed the CE version on my VM all fine.

I then received a trial for the Pro.
However im not able to complete step 5. from this guide: https://help.passbolt.com/hosting/install/pro/ubuntu/ubuntu.html

I have tried several times over, and made sure I enter it correctly.
But when i do sudo apt-get update I keep getting Malformed stanza 1 in sources as shown in this picture:


Any tips?

Hi @Fisker :wave: and welcome to Passbolt community forum :handshake:

It seems your /etc/apt/sources.list.d/passbolt.sources file content is not correct.

It should be:

Types: deb
URIs: https://download.passbolt.com/pro/ubuntu
Suites: focal
Components: stable
Signed-By: /usr/share/keyrings/passbolt-repository.gpg

You have copied inside the file the cat command used to generate this file. You should remove the line containing:

cat << EOF | sudo tee /etc/apt/sources.list.d/passbolt.sources > /dev/null

Let me know if it fixes your issue.

Best,

Hi @AnatomicJC Thanks for the warm welcome!

And Thanks for the solution to my problem. I see it now, and it makes sense. I managed to do the same mistake 3 times… so happy your input could make me go forward.
Thank you!

1 Like

No pbm, you’re welcome :slight_smile: