Update PayRam Server
Run the following command to switch to the superuser:
sudo su
To ensure you are always running the latest version of our application, follow these steps to update
Note: Before proceeding with the command below, ensure you are logged in as a super user. If not, use this command : link
rm -f script.sh && curl -sSL -o script.sh https://raw.githubusercontent.com/PayRam/payram-scripts/refs/heads/master/script.sh && chmod +x script.sh && ./script.sh --update
Last updated