download_patch.sh 878 B

123456789101112131415
  1. #!/bin/bash
  2. wget https://github.com/nicehash/cgminer-ckolivas/commit/4e9c7ce68ed91ec9189d83c35b2237aca65f2b7f.patch -O patch1.patch
  3. wget https://github.com/nicehash/cgminer-ckolivas/commit/468d06a8031abc25f25ce22595c3fd0d6f15d637.patch -O patch2.patch
  4. wget https://github.com/nicehash/cgminer-ckolivas/commit/d9d6de68ba7ce8a9662bc143382575f7147fb08c.patch -O patch3.patch
  5. wget https://github.com/nicehash/cgminer-ckolivas/commit/0faff61937bf7927d9c4be2c5340e8b80a2bf6db.patch -O patch4.patch
  6. wget https://github.com/nicehash/cgminer-ckolivas/commit/eef7ce9d9504e1e525b40bb138403fd4ed89bc0f.patch -O patch5.patch
  7. wget https://github.com/nicehash/cgminer-ckolivas/commit/46f387152a70693bfaad69d2b0036960ee95f061.patch -O patch6.patch
  8. patch -p1 <patch1.patch
  9. patch -p1 <patch2.patch
  10. patch -p1 <patch3.patch
  11. patch -p1 <patch4.patch
  12. patch -p1 <patch5.patch
  13. patch -p1 <patch6.patch