Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing package to debian installation #31

Open
TNTBOMBOM opened this issue Jul 28, 2021 · 0 comments
Open

Add missing package to debian installation #31

TNTBOMBOM opened this issue Jul 28, 2021 · 0 comments

Comments

@TNTBOMBOM
Copy link

TNTBOMBOM commented Jul 28, 2021

In this instruction:

https://wahay.org/documentation/getting-started/installation/#debian-and-ubuntu

it only recommend to install curl, but later we find this command:

echo deb https://dl.autonomia.digital/debian $(lsb_release -c | cut -f 2) main | sudo tee /etc/apt/sources.list.d/wahay.list

This wont work as well, because lsb-release and apt-transport-https packages are not installed by default. (in debian similar to curl)

So to fix this in the first command we should add:

sudo apt install curl lsb-release apt-transport-https

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant