mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Make gettext a prerequisite rather than polluting the make file with apt commands that require sudo
This commit is contained in:
@ -10,7 +10,9 @@ addons:
|
||||
-sqlite3
|
||||
|
||||
before_install:
|
||||
- sudo make install
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install gettext
|
||||
- make install
|
||||
- make migrate
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
|
||||
|
Reference in New Issue
Block a user