app-misc/spicetify: make it clear to not run spicetify as root
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
c936f00387
commit
80213c913d
@ -75,10 +75,12 @@ src_install() {
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "Spicetify requires a Spotify install that it can modify."
|
elog "Spicetify requires a Spotify install that it can modify."
|
||||||
elog "To give read and write permissions to everyone on the system to run the following commands."
|
elog "To give read and write permissions to everyone on the system to run the following commands as root."
|
||||||
elog "# chmod a+wr /opt/spotify/spotify-client"
|
elog "# chmod a+wr /opt/spotify/spotify-client"
|
||||||
elog "# chmod a+wr /opt/spotify/spotify-client/Apps -R"
|
elog "# chmod a+wr /opt/spotify/spotify-client/Apps -R"
|
||||||
elog ""
|
elog ""
|
||||||
|
elog "WARNING: Do not run spicetify as root please"
|
||||||
|
elog ""
|
||||||
elog "Spicetify compatibility is limited to the following Spotify versions:"
|
elog "Spicetify compatibility is limited to the following Spotify versions:"
|
||||||
elog " ${SPOTIFY_VERSIONS}"
|
elog " ${SPOTIFY_VERSIONS}"
|
||||||
elog ""
|
elog ""
|
||||||
|
Loading…
Reference in New Issue
Block a user