mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
174 B
Bash
9 lines
174 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Remove this hook after use
|
|
rm -f "$0"
|
|
|
|
notify-send " Install Dictation with Voxtype" "Click to install voice dictation for Omarchy." -u critical
|