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

wiki debian installation instruction gives users permision denied #1017

Open
Mehrdad-Farshi opened this issue Sep 12, 2024 · 0 comments
Open
Assignees
Labels

Comments

@Mehrdad-Farshi
Copy link

**System Details: Debian 12

  • Operating System: Debian
  • Distro(For GNU/Linux and BSD users): GNU Debian 12
  • Desktop Environment(For GNU/Linux and BSD users): Gnome
  • How do you install Persepolis? Repositories

Issue Description and steps to reproduce:
in wiki of installing Perspolise for debian based Distro debian installation instruction at sudo echo "deb http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main #deb-src http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main " > /etc/apt/sources.list.d/persepolis-ppa.list user would get permision denied if he/she tries it with sudo privilages a better approach would be
using tee like echo "deb http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main #deb-src http://ppa.launchpad.net/persepolis/ppa/ubuntu xenial main " | sudo tee /etc/apt/sources.list.d/persepolis-ppa.list > /dev/null

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

No branches or pull requests

3 participants