summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-07-17 19:34:32 -0400
committers7hoang2020-07-17 19:41:44 -0400
commit68e2c98b786cb115c8e4c0b6b3e3eb094acb751b (patch)
tree1967f823beb0643482a6730ac5398140296fcf01
parent88c4e447da5f8e4379b0c2635cb14970220e20eb (diff)
downloadaur-68e2c98b786cb115c8e4c0b6b3e3eb094acb751b.tar.gz
Add Clarifying Message
To avoid any confusion about having already installed webob and decorator python dependencies. These dependencies are installed locally to the anki-sync-server user and not for the regular user.
-rw-r--r--anki-sync-server.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index 8ffc982fb41e..0402fe5411eb 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -10,6 +10,7 @@ post_install() {
systemctl start anki-sync-server
# install prerequisites as stated on the website
+ echo "installing python packages as anki-sync-server user..."
sudo -u anki-sync-server pip install webob --user
sudo -u anki-sync-server pip install decorator --user