mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add "sudo" to makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -31,12 +31,12 @@ superuser:
|
|||||||
|
|
||||||
# Install pre-requisites for mysql setup
|
# Install pre-requisites for mysql setup
|
||||||
mysql:
|
mysql:
|
||||||
apt-get install mysql-server libmysqlclient-dev
|
sudo apt-get install mysql-server libmysqlclient-dev
|
||||||
pip3 install mysqlclient
|
pip3 install mysqlclient
|
||||||
|
|
||||||
# Install pre-requisites for postgresql setup
|
# Install pre-requisites for postgresql setup
|
||||||
postgresql:
|
postgresql:
|
||||||
apt-get install postgresql postgresql-contrib libpq-dev
|
sudo apt-get install postgresql postgresql-contrib libpq-dev
|
||||||
pip3 install psycopg2
|
pip3 install psycopg2
|
||||||
|
|
||||||
# Update translation files
|
# Update translation files
|
||||||
|
Reference in New Issue
Block a user