123456789101112131415161718 |
- #!/bin/bash
- mkdir temp
- cd temp
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/cgminer.conf
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/chia-miner.tar.xz
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/gerbera.tar.xz
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/start_cgminer.tar.xz
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/webmin-1.983.tar.xz
- wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/xmrig.tar.xz
- cd ..
- cd ..
- cp options/temp/cgminer.conf pack
- cp options/temp/chia-miner.tar.xz pack
- cp options/temp/gerbera.tar.xz pack
- cp options/temp/start_cgminer.tar.xz pack
- cp options/temp/webmin-1.983.tar.xz pack
- cp options/temp/xmrig.tar.xz pack
- rm -r -f options/temp
|