fix: set AKSHARA_INSTALL=1
This commit is contained in:
parent
2a7c6a60ac
commit
32d9fb54eb
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def inst_users(config):
|
|||
|
||||
|
||||
def inst_akshara():
|
||||
exec(['akshara', 'update'])
|
||||
exec(['env', 'AKSHARA_INSTALL=1', 'akshara', 'update'])
|
||||
|
||||
|
||||
########################################################################################
|
||||
|
|
Loading…
Reference in a new issue