gdi3d / mute-spotify-ads-mac-osx

Mute Mac (osx) computer audio when Spotify plays an AD
https://gdi3d.github.io/mute-spotify-ads-mac-osx/
MIT License
120 stars 17 forks source link

I created a simple bash script that automates the installation process and also updated the readme file. #28

Closed xoraus closed 2 years ago

xoraus commented 2 years ago

There are 4 steps to make the original script run.

  1. Step 1: Open Terminal
  2. Step 2: mkdir -p ~/MuteSpotifyAds && curl https://raw.githubusercontent.com/gdi3d/mute-spotify-ads-mac-osx/master/NoAdsSpotify.sh > ~/MuteSpotifyAds/NoAdsSpotify.sh
  3. Step 3: sh ~/MuteSpotifyAds/NoAdsSpotify.sh

My Script is named as AdsBlockShortcut and contains following commads

mkdir -p ~/MuteSpotifyAds && curl https://raw.githubusercontent.com/gdi3d/mute-spotify-ads-mac-osx/master/NoAdsSpotify.sh > ~/MuteSpotifyAds/NoAdsSpotify.sh

sh ~/MuteSpotifyAds/NoAdsSpotify.sh

# sh ~/MuteSpotifyAds/NoAdsSpotify.sh show
gdi3d commented 2 years ago

Hey thanks for effort, but it's not necessary to download the bash file every time you need to use it. Maybe I should clarify that on the docs.

Thanks for your contribution but I'll not be accepting this since it's not really need it.