Created
May 5, 2014 13:10
-
-
Save tacticiankerala/5837d7f16a01d620478f to your computer and use it in GitHub Desktop.
Install Portrait client updater 0.3
This file contains 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 | |
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