Skip to content

Commit

Permalink
srm device agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed May 3, 2017
1 parent f57a6bd commit e389b57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions srm/srm_deviceagent_false.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

#
# Remove SRM Device Agent from Autostart
#

sudo sed -i -e 's/true/false/g' ~/Library/LaunchAgents/de.srm.pc8deviceagent.launcher.plist && echo 'Done'

0 comments on commit e389b57

Please sign in to comment.