download_pack.sh 793 B

123456789101112131415161718
  1. #!/bin/bash
  2. mkdir temp
  3. cd temp
  4. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/cgminer.conf
  5. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/chia-miner.tar.xz
  6. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/gerbera.tar.xz
  7. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/start_cgminer.tar.xz
  8. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/webmin-1.983.tar.xz
  9. wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/xmrig.tar.xz
  10. cd ..
  11. cd ..
  12. cp options/temp/cgminer.conf pack
  13. cp options/temp/chia-miner.tar.xz pack
  14. cp options/temp/gerbera.tar.xz pack
  15. cp options/temp/start_cgminer.tar.xz pack
  16. cp options/temp/webmin-1.983.tar.xz pack
  17. cp options/temp/xmrig.tar.xz pack
  18. rm -r -f options/temp