summarylogtreecommitdiffstats
path: root/install_anki_bundled.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_anki_bundled.sh')
-rw-r--r--install_anki_bundled.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/install_anki_bundled.sh b/install_anki_bundled.sh
new file mode 100644
index 000000000000..972a1593e6e8
--- /dev/null
+++ b/install_anki_bundled.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+cd /opt/anki-sync-server
+sudo -u anki-sync-server git submodule update --init anki-bundled
+cd anki-bundled
+sudo pacman -S --asdeps python-beautifulsoup4 python-send2trash \
+python-pyaudio python-requests python-decorator \
+python-psutil python-distro python-markdown \
+python-pyqt5 python-pyqtwebengine
+sudo -u anki-sync-server sh tools/build_ui.sh #for aqt dependency