#!/bin/bash wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add - sudo bash -c 'echo "deb http://package.perforce.com/apt/ubuntu $(lsb_release -cs) release" > /etc/apt/sources.list.d/perforce.list' cat /etc/apt/sources.list.d/perforce.list sudo apt update -y && sudo apt install -y helix-p4d