Skip to content

Instantly share code, notes, and snippets.

@derekjhyang
Created March 17, 2019 14:49
Show Gist options
  • Save derekjhyang/428a9cdcf76c2f46c921df91c2868bd1 to your computer and use it in GitHub Desktop.
Save derekjhyang/428a9cdcf76c2f46c921df91c2868bd1 to your computer and use it in GitHub Desktop.
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment