Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFigure out non-sudo way to install .deb packages #719
Comments
|
cc @amandabee I also figured out that packagecloud in fact has manual installation instructions: https://packagecloud.io/pimutils/vdirsyncer/install#manual-deb |


Our debian repo currently tells people to run a shell script as root to add our repository. This is because of a (IMO reasonable) tradeoff: Setup of package signing and just using HTTPS (lol) seems fairly involved. The script takes care of that and has good error messages too.
Nevertheless we should figure out an alternative installation path of that script. Perhaps also have a separate docs page for those instructions.