Script Usage
In this section, you will find the script commands to install and update PayRam — use the Mainnet command for production, Testnet for development, and Update to upgrade to the latest version.
Commands
Mainnet installation
bash <(curl -fsSL https://payram.com/setup_payram.sh) --mainnet
Testnet installation
bash <(curl -fsSL https://payram.com/setup_payram.sh) --testnet
Update
bash <(curl -fsSL https://payram.com/setup_payram.sh) --update
Reset
bash <(curl -fsSL https://payram.com/setup_payram.sh) --reset
Restart
Last updated