fix: set AKSHARA_INSTALL=1

This commit is contained in:
Rudra Saraswat 2024-02-13 20:22:39 +05:30
parent 2a7c6a60ac
commit 32d9fb54eb

View file

@ -162,7 +162,7 @@ def inst_users(config):
def inst_akshara():
exec(['akshara', 'update'])
exec(['env', 'AKSHARA_INSTALL=1', 'akshara', 'update'])
########################################################################################