mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-03 17:25:21 +01:00
5 lines
198 B
Bash
5 lines
198 B
Bash
![]() |
#!/bin/bash -ex
|
||
|
|
||
|
sudo pip install transifex-client
|
||
|
echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = api\npassword = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc
|