Navigation

Debian

Install TRIUMF swdist Repository GPG Key

$ sudo wget -q -O /etc/apt/trusted.gpg.d/triumf-pulsesecure.gpg https://swdist.triumf.ca/repos/apt/debian/apt.gpg.key
$ sudo chmod 644 /etc/apt/trusted.gpg.d/triumf-pulsesecure.gpg

Install TRIUMF swdist Repository GPG Key (the old way)

On older distributions, you'd use "apt-key" to install the repository GPG key:

$ wget -q -O - https://swdist.triumf.ca/repos/apt/debian/apt.gpg.asc | sudo apt-key add -

Install Pulse-Secure

Once your GPG key is installed, configure the repository and install the pulsesecure package:

$ sudo apt-get update && sudo apt-get -y install acl ca-certificates gpg lsb-release wget

$ echo "deb https://swdist.triumf.ca/repos/apt/debian $(lsb_release -cs) non-free" \
| sudo tee /etc/apt/sources.list.d/triumf-sw.list

$ sudo apt-get update && sudo apt-get -y install pulsesecure