We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d84b25 commit 2084560Copy full SHA for 2084560
1 file changed
site/src/app/routes/faq/faq.component.ts
@@ -35,7 +35,7 @@ export class FAQComponent implements OnInit {
35
Q: `How do I uninstall eqMac?`,
36
A: `The proper way to uninstall eqMac is to click the "Uninstall" button in eqMac Settings section.
37
<br>That will run a script to uninstall the app and the driver properly.
38
- <br>If for whatever reason you cannot run eqMac, to install the driver you can run this command in Terminal:
+ <br>If for whatever reason you cannot run eqMac, to uninstall the driver you can run this command in Terminal:
39
<br><br>
40
<div class="terminal-command">sudo rm -rf /Library/Audio/Plug-Ins/HAL/eqMac.driver/ && launchctl kickstart -k system/com.apple.audio.coreaudiod &>/dev/null</div>`
41
}]
0 commit comments