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
**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 likeecho "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