mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +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
|
||||
|
||||
# Write the plist to LaunchAgents
|
||||
mkdir -p ~/Library/LaunchAgents/
|
||||
cat >~/Library/LaunchAgents/org.user.Jackett.plist <<EOL
|
||||
<?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">
|
||||
|
|
Loading…
Reference in a new issue