Skip to content

Instantly share code, notes, and snippets.

@tacticiankerala
Created May 5, 2014 13:05
Show Gist options
  • Save tacticiankerala/31351f144092e56f7ab4 to your computer and use it in GitHub Desktop.
Save tacticiankerala/31351f144092e56f7ab4 to your computer and use it in GitHub Desktop.
Install Portrait client 1.3
#!/bin/bash
set -e
mkdir -p ~/packages/
cd ~/packages
wget -N http://s3-us-west-2.amazonaws.com/portrait-mdm-production-repo/portrait-production-v1.3.deb
sudo dpkg -i ~/packages/portrait-production-v1.3.deb
dpkg -s portrait-mdm | grep "Version" | tr -d " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment