summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-07-17 16:19:29 -0400
committers7hoang2020-07-17 19:41:44 -0400
commit6f8179f5248051a0cd1ecc04bdb05ddf46b06da4 (patch)
tree93a3af6d292807b3f00de5e5194a232811e338fb
parentd4904a65cc9257a1531c3c76c1009646df38cb10 (diff)
downloadaur-6f8179f5248051a0cd1ecc04bdb05ddf46b06da4.tar.gz
Remove Installing Packages From Anki-Bundled
This was a line that shouldn't have been in here in the first place. When I first updated this package, I wasn't sure whether or not I was going to auto-install the bundled anki or not. I ended up not going with it, but obviously left this line in erroneously.
-rw-r--r--anki-sync-server.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index 42e848b37ca8..a3506b90e99b 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -10,7 +10,6 @@ post_install() {
systemctl start anki-sync-server
# install prerequisites as stated on the website
- sudo -u anki-sync-server pip install -r /opt/anki-sync-server/anki-bundled/requirements.txt --user
sudo -u anki-sync-server pip install webob --user
sudo -u anki-sync-server pip install decorator --user