Skip to content

Commit

Permalink
uninstall rust after librespot is installed, keep image size down
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 27, 2024
1 parent 567e781 commit 249ebff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/setup_spotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ fi
echo "Installing librespot..."
cargo install librespot

# Uninstall Rust
echo "Uninstalling Rust..."
rustup self uninstall -y

0 comments on commit 249ebff

Please sign in to comment.