Reset Setup

  • Run the following command to switch to the superuser:

    sudo su
  • To reset the PayRam installation setup, run the following command

    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 --reset

Note: Currently, the above command will remove all the folders which are related to payRam

Tip: To reinstall the setup follow the same process from YAML File Configuration.

Last updated