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 | 7f72421eb4037061fd44638c216e2f596f802757 (patch) | |
tree | e5dd92482d5d96a03d7af7829dd232fa05045a0e /btc/mining/Makefile | |
parent | 193a046fd5fb3b7a1127fc2d3e1719a4fb0febac (diff) | |
parent | c4fa2d31abbd1187468b90223c621860cb723db2 (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 |