diff options
author | D3SOX | 2022-10-31 12:51:54 +0100 |
---|---|---|
committer | D3SOX | 2022-10-31 12:51:54 +0100 |
commit | 78e12d72e51f6c26bec58b588cde9e9bac35becb (patch) | |
tree | 9e94f2385435de733a0e77d72f7a0057e61df87e /soundux.install | |
parent | 3d667a5d5a718acc5b818f98f618735918ec8007 (diff) | |
download | aur-78e12d72e51f6c26bec58b588cde9e9bac35becb.tar.gz |
reset colors
Diffstat (limited to 'soundux.install')
-rw-r--r-- | soundux.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soundux.install b/soundux.install index 84bc2a65b5d5..2fa7d8be0e0f 100644 --- a/soundux.install +++ b/soundux.install @@ -1,5 +1,5 @@ msg() { - printf "%b" "\e[1;31m==> WARNING: Currently there's a bug with the webkit2gtk version in Arch. If the window stays white try deleting ~/.local/share/mime/mime.cache\n" + printf "%b" "\e[1;31m==> WARNING: Currently there's a bug with the webkit2gtk version in Arch. If the window stays white try deleting ~/.local/share/mime/mime.cache\n\e[0m" } post_install() { |