mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
--depth was missing hyphen
This commit is contained in:
parent
38df028180
commit
4f881cde83
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ fi
|
|||
python -c 'import PyQt5' 2>/dev/null || pip install -r anki-qt/requirements.qt
|
||||
|
||||
# fetch i18n files
|
||||
test -d i18n || git clone -depth 1 https://github.com/ankitects/anki-i18n i18n
|
||||
test -d i18n || git clone --depth 1 https://github.com/ankitects/anki-i18n i18n
|
||||
|
|
Loading…
Reference in a new issue