This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install dependencies: | |
# For a 64-bit machine: sudo apt-get install libstdc++6:i386 libgcc1:i386 libcurl4-gnutls-dev:i386 | |
# For a 32-bit machine: sudo apt-get install libstdc++6 libgcc1 libcurl4-gnutls-dev | |
# Ubuntu | |
sudo dpkg --add-architecture i386 | |
sudo apt-get update && time sudo apt-get dist-upgrade | |
sudo add-apt-repository multiverse | |
sudo apt install lib32gcc1 steamcmd | |
# install steamCMD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"USD": { | |
"symbol": "$", | |
"name": "US Dollar", | |
"symbol_native": "$", | |
"decimal_digits": 2, | |
"rounding": 0, | |
"code": "USD", | |
"name_plural": "US dollars" | |
}, |