Script usage
Commands
Update
To update the PayRam container to the latest version, run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/refs/heads/main/setup_payram.sh)" bash --update
Reset
To completely reset the PayRam server configuration and uninstall it, including all Docker images, run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/refs/heads/main/setup_payram.sh)" bash --reset
Warning Running the reset command removes your entire PayRam configuration and all related files. This action cannot be undone. Use the reset command only when absolutely required.
Last updated