Files
AM-Exporter/user/install.sh
√(noham)² 828e481d1d changes
2024-03-03 15:52:50 +01:00

10 lines
239 B
Bash
Executable File

#!/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