Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Apr 5, 2024
1 parent f138f6e commit e5f7a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ install_main() {
# Install necessary Python packages
${pip_install} -r "${jukebox_dir}"/requirements-spotify.txt

local python_dist_path=$(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])'
local python_dist_path=$(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')
echo "mopidy ALL=NOPASSWD: ${python_dist_path}/mopidy_iris/system.sh" > /etc/sudoers.d/mopidy
fi

Expand Down

0 comments on commit e5f7a10

Please sign in to comment.