mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 04:07:11 +00:00
changes
This commit is contained in:
9
user/install.sh
Executable file
9
user/install.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh -xe
|
||||
|
||||
echo --- Copy launch agent plist
|
||||
mkdir ~/Library/LaunchAgents/ || true
|
||||
cp -f music-exp.plist ~/Library/LaunchAgents/
|
||||
|
||||
echo --- Load launch agent
|
||||
launchctl load ~/Library/LaunchAgents/music-exp.plist
|
||||
echo --- INSTALL SUCCESS
|
||||
Reference in New Issue
Block a user