diff options
author | Mark Collins | 2024-01-12 20:22:30 +0100 |
---|---|---|
committer | Mark Collins | 2024-01-12 20:22:30 +0100 |
commit | 7ec02d1288221ce8745e97eca76991a08e27b367 (patch) | |
tree | b633c700d41ea90b9b82d51c2314b0cacfbdfa4c /rompr.install | |
parent | e171b184ade266a903b439b3d7197e0f0e054058 (diff) | |
download | aur-7ec02d1288221ce8745e97eca76991a08e27b367.tar.gz |
Fix install message for now require python-websocket
Diffstat (limited to 'rompr.install')
-rw-r--r-- | rompr.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rompr.install b/rompr.install index 5314d9e565ba..f1f25a0dc172 100644 --- a/rompr.install +++ b/rompr.install @@ -22,8 +22,7 @@ post_install() { echo " - /var/lib/rompr/" echo "" echo "-> Configuring websocket server" - echo " Users of the MPD music player can take advantage of a Websocket interface" - echo " that requires the optdepends listed above. See:" + echo " Users of the MPD music player can take advantage of a Websocket interface. See:" echo " https://fatg3erman.github.io/RompR/Rompr-And-MPD" echo "" echo "-> Backend" |