From 80213c913d83dc5bc3851a41939a5f03cb69b43e Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 14 Dec 2023 04:55:40 +0200 Subject: [PATCH] app-misc/spicetify: make it clear to not run spicetify as root Signed-off-by: Alfred Wingate --- app-misc/spicetify-cli/spicetify-cli-2.28.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/spicetify-cli/spicetify-cli-2.28.1.ebuild b/app-misc/spicetify-cli/spicetify-cli-2.28.1.ebuild index a1a4ca4..ca14ecf 100644 --- a/app-misc/spicetify-cli/spicetify-cli-2.28.1.ebuild +++ b/app-misc/spicetify-cli/spicetify-cli-2.28.1.ebuild @@ -75,10 +75,12 @@ src_install() { pkg_postinst() { 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/Apps -R" elog "" + elog "WARNING: Do not run spicetify as root please" + elog "" elog "Spicetify compatibility is limited to the following Spotify versions:" elog " ${SPOTIFY_VERSIONS}" elog ""