Files

16 lines
432 B
Bash
Raw Permalink Normal View History

#!/bin/bash -e -o pipefail
2023-11-28 02:25:03 +01:00
################################################################################
## File: install-audiodevice.sh
## Desc: Install audio device
################################################################################
source ~/utils/utils.sh
2020-09-10 14:34:08 +03:00
echo "install switchaudio-osx"
brew_smart_install "switchaudio-osx"
2020-09-10 14:34:08 +03:00
echo "install sox"
brew_smart_install "sox"
2020-09-10 14:34:08 +03:00
invoke_tests "System" "Audio Device"