deploy
This commit is contained in:
parent
b522eb7da3
commit
4017e8ab5c
10 changed files with 426 additions and 0 deletions
10
scripts/install_rsync_mac.sh
Executable file
10
scripts/install_rsync_mac.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
install_rsync_mac() {
|
||||
check_homebrew
|
||||
log "${PRIMARY_COLOR}Installing${RESET_COLOR} rsync using Homebrew..."
|
||||
brew install rsync || {
|
||||
log "${PRIMARY_COLOR}Failed to install rsync.${RESET_COLOR}"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue