diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:29:38 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:30:18 -0300 |
commit | 6f09fad387b1f06a4c74309adcb2d9f090352bae (patch) | |
tree | e149337bcebab8b5954a1e05dff34582bf2015fb /device | |
parent | a9e5a678440676c82e0dcc452ff4b65ac4023d54 (diff) | |
parent | 567491a5713844d26ab87c68901b8b1aa3fa2636 (diff) |
Merge remote-tracking branch 'towerofbssd/main'
Diffstat (limited to 'device')
-rwxr-xr-x | device/towerofbssd_post | 2 | ||||
-rwxr-xr-x | device/towerofbssd_pre | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/device/towerofbssd_post b/device/towerofbssd_post new file mode 100755 index 0000000..5ccaf2c --- /dev/null +++ b/device/towerofbssd_post @@ -0,0 +1,2 @@ +# Tower of BSSD (post) +# See towerofbssd_pre for info. diff --git a/device/towerofbssd_pre b/device/towerofbssd_pre new file mode 100755 index 0000000..4b114cf --- /dev/null +++ b/device/towerofbssd_pre @@ -0,0 +1,15 @@ +# Tower of BSSD (pre) +# towerofbssd.local +# +# This is a Mac Pro 3,1 (Early 2008). +# Acquired in 2022. +# +# It's primarily used as a LAN-attached-storage device, +# but also has a host of ports that make it convenient for +# audio shenanigans between devices (e.g. recording output +# of consoles, being an Airplay satellite, and so on). + +export DEVICE_HAS_GPG + +export DEVICE_HAS_HOMEBREW +export DEVICE_HOMEBREW_INSTALLATION=/usr/local/Homebrew |