Last updated
wget https://pingpong-build.s3.ap-southeast-1.amazonaws.com/linux/latest/PINGPONGsudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"sudo apt-get updatesudo apt-get install docker-ce
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -aG docker $USER
docker run hello-worldscreen -S pingpongchmod +x ./PINGPONG && ./PINGPONG --key DEVICEKEY