Installing ABRATools#

Using the convenience script#

  1. Download the convenience script:

    curl -fsSL https://abra-tools.com/scripts/install-abra.sh -o install-abra.sh
    
  2. Verify the script contents:

    cat install-abra.sh
    
  3. Make the script executable:

    chmod +x install-abra.sh
    
  4. Run the script as root or with sudo:

    sudo ./install-abra.sh