#!/bin/bash

# OS Detection

# Install: Linux x86 (Debian)
sudo apt update && sudo apt upgrade -y
sudo apt -y install swig3.0 python3-dev python3-pip build-essential pkg-config libssl-dev libffi-dev libhwloc-dev libboost-dev cmake
pip3 install testresources -U
pip3 install setuptools -U
pip3 install qrl -U
source ~/.profile

#curl -s -L https://bootstrap.theqrlcontributors.org/bootstrap.sh | bash
#start_qrl

# Install: Linux (arm)

