Skip to content

Instantly share code, notes, and snippets.

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