Skip to content

Instantly share code, notes, and snippets.

@echo off
:: Must be executed as a non admin user otherwise %sessionname% won't contain the correct value.
::
:: Credit to:
:: http://stackoverflow.com/a/10052222
:: http://steamcommunity.com/groups/homestream/discussions/0/540731690684579086/#p2
:: BatchGotAdmin
:-------------------------------------
@GusBricker
GusBricker / install_imobiledevice.sh
Last active December 27, 2015 06:39
Bash script to update/install the latest versions of the imobiledevice libraries/tools.
#!/bin/bash
# Written by Chris Lapa @ 27/12/2015
# www.github.com/GusBricker
#
# Tested on Ubuntu 14.04
#
# Interesting posts:
# - https://github.com/libimobiledevice/usbmuxd/issues/10
# - https://github.com/libimobiledevice/ideviceinstaller/issues/18