mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
macos install: make sure dir exists
This commit is contained in:
parent
c20688837f
commit
fc3a1e21d3
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ if [[ $(launchctl list | grep org.user.Jackett) ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Write the plist to LaunchAgents
|
# Write the plist to LaunchAgents
|
||||||
|
mkdir -p ~/Library/LaunchAgents/
|
||||||
cat >~/Library/LaunchAgents/org.user.Jackett.plist <<EOL
|
cat >~/Library/LaunchAgents/org.user.Jackett.plist <<EOL
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
|
Loading…
Reference in a new issue