mirror of
https://github.com/mattingalls/Soundflower.git
synced 2026-06-11 15:37:05 +02:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "touch the extensions directory"
|
|
touch /System/Library/Extensions
|
|
kextload /System/Library/Extensions/Soundflower.kext
|