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

Sudo or not sudo #382

Open
interduo opened this issue Aug 7, 2023 · 0 comments
Open

Sudo or not sudo #382

interduo opened this issue Aug 7, 2023 · 0 comments

Comments

@interduo
Copy link
Collaborator

interduo commented Aug 7, 2023

I suggest to decide to use everywhere or not use sudo anymore in getting-started-1.4 in part:

sudo echo "deb http:https://stats.libreqos.io/ubuntu jammy main" > /etc/apt/sources.list.d/libreqos.list
wget -O - -q http:https://stats.libreqos.io/repo.asc | apt-key add -
apt-get update
apt-get install libreqos

-->

sudo echo "deb http:https://stats.libreqos.io/ubuntu jammy main" > /etc/apt/sources.list.d/libreqos.list
wget -O - -q http:https://stats.libreqos.io/repo.asc | sudo apt-key add -
sudo apt-get update && apt-get install libreqos
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