persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.32k stars 656 forks source link

wiki debian installation instruction gives users permision denied #1017

Open Mehrdad-Farshi opened 2 months ago

Mehrdad-Farshi commented 2 months ago

**System Details: Debian 12

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