Skip to content

Instantly share code, notes, and snippets.

@snorkellingcactus
Created April 24, 2019 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snorkellingcactus/e168246f2ee853c9ba377a6a5df47e07 to your computer and use it in GitHub Desktop.
Save snorkellingcactus/e168246f2ee853c9ba377a6a5df47e07 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /home/iftech
rm -f fixes.patch
#wget https://gist.githubusercontent.com/snorkellingcactus/4fa8025d5d295803d0a3ed0ec23cc768/raw/0530016110371eff5b2fb7035bcc495971083756/fixes.patch
wget https://gist.githubusercontent.com/snorkellingcactus/efd73deecd17e7ae3f09f7aecda1ef25/raw/9c1c09b691ad80c72bba1d6ccd4132fb4dcc34e0/fixes.patch
echo "Aplying patch fixes.patch"
cd if-media-player
patch -p1 < /home/iftech/fixes.patch
echo "Done. Running install.sh"
./bin/install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment