Skip to content

Commit

Permalink
[osx] Install sabnzbd and setup folders
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Aug 5, 2016
1 parent 7427c9e commit eb9a3c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os/create_directories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ declare -a DIRECTORIES=(
"$HOME/Documents/ebook/_to-organise"
"$HOME/Documents/ebook/_to-read-later"
"$HOME/Documents/ebook/_read"
"$HOME/Downloads/nzb/complete"
"$HOME/Downloads/nzb/incomplete"
"$HOME/Downloads/torrents/complete"
"$HOME/Downloads/torrents/incomplete"
"$HOME/Videos/_to-organise"
Expand Down
4 changes: 4 additions & 0 deletions src/os/install/macos/apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ brew_install_with_confirmation "Retina Display Menu" "avibrazil-rdm" "caskroom/c

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

brew_install_with_confirmation "sabnzbd" "sabnzbd" "caskroom/cask" "cask"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# `Safari Technology Preview` requires macOS X 10.11.4 or later
# https://github.com/alrra/dotfiles/issues/26

Expand Down

0 comments on commit eb9a3c6

Please sign in to comment.