10 lines
144 B
Bash
Executable File
10 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Remove Spotify.
|
|
# omarchy:requires-sudo=true
|
|
|
|
omarchy-pkg-drop spotify
|
|
|
|
echo ""
|
|
echo "Spotify has been removed."
|