Proximie APT Repository

This repository contains pre-built dependencies of the Proximie SDK, that are otherwise not available in public APT repositories.

To add this repository to your Ubuntu 22.04 or 24.04 system, either run the following commands:

   sudo apt update && sudo apt install wget && \
   sudo su -c "bash <(wget -qO- https://apt.proximiestaging.com/add_this_repo.sh)"

Or download the script and run it separately:

   sudo apt update && sudo apt install wget
   wget https://apt.proximiestaging.com/add_this_repo.sh -O /tmp/add_this_repo.sh
   sudo bash /tmp/add_this_repo.sh

For more information, refer to the Proximie SDK documentation.