diff options
author | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
commit | 6c0363b7d443625c0000e63cf70ed6607d42ad15 (patch) | |
tree | f24b5448141619f054d4a6124bfab42f0099a39c /btc/mining/Makefile | |
parent | 21b9aad6f10e6b75fc5ab943fa7d4f962d5f3ad7 (diff) | |
parent | 6f9c86567b092795acc8c6630b739395b4632798 (diff) |
Merge of github.com:krebscode/painload newline
Conflicts:
temper/Makefile: stupid newline
Diffstat (limited to 'btc/mining/Makefile')
-rw-r--r-- | btc/mining/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/btc/mining/Makefile b/btc/mining/Makefile index b867d469..8701920f 100644 --- a/btc/mining/Makefile +++ b/btc/mining/Makefile @@ -5,7 +5,7 @@ select-target: @cat Makefile format: cat README -install: configure +fix-linucCoin: configure apt-get install --yes lm-sensors tmux echo '#!/bin/bash' > /usr/bin/ati_license echo '#!/bin/sh' > /etc/init.d/live-boot @@ -14,5 +14,7 @@ install: configure echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license cp -r user /home configure: - sensors-detect + yes '' | sensors-detect @cat CONFIGURE +archlinux: + bin/archlinux-cruise-control |