You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
**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 beusing 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
The text was updated successfully, but these errors were encountered: