diff options
Diffstat (limited to 'Library/startup')
-rwxr-xr-x | Library/startup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/startup b/Library/startup index a51843b..368cacc 100755 --- a/Library/startup +++ b/Library/startup @@ -13,6 +13,8 @@ if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then dpkg -i "${debs[@]}" rm -f "${debs[@]}" cache= + + killall -9 Lowtide AppleTV fi if [[ ${cache+@} ]]; then |