Created
March 17, 2019 14:49
-
-
Save derekjhyang/428a9cdcf76c2f46c921df91c2868bd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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