summarylogtreecommitdiffstats
path: root/anki-sync-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'anki-sync-server.install')
-rw-r--r--anki-sync-server.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index 0402fe5411eb..db8136486800 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -84,9 +84,9 @@ If you want to run the supplied anki client execute:
You'll need to install the listed requirements to get it running first:
cd /opt/anki-sync-server
- git submodule init anki-bundled
+ sudo -u anki-sync-server git submodule update --init anki-bundled
cd anki-bundled
- bash tools/build_ui.sh #for aqt dependency
+ sudo -u anki-sync-server bash tools/build_ui.sh #for aqt dependency
sudo pacman -S python-beautifulsoup4 python-send2trash \
python-pyaudio python-requests python-decorator \
python-psutil python-distro python-markdown \