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 | 7c485dd884fe812d114df55e62071c125b6d6cd6 (patch) | |
tree | e25203d8a68c30b6b97f420230b18b98fa4e601c /mining/Makefile | |
parent | bc79f905a3437b767dffcc83ea570efea4e5c10c (diff) | |
parent | b95bc0963f5be17a45600ac4750a721b1ed30e4d (diff) |
Merge of github.com:krebscode/painload newline
Conflicts:
temper/Makefile: stupid newline
Diffstat (limited to 'mining/Makefile')
-rw-r--r-- | mining/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mining/Makefile b/mining/Makefile index b867d469..8701920f 100644 --- a/mining/Makefile +++ b/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 |