diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-30 23:33:03 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-30 23:33:03 +0200 |
commit | ff29991315b26216a69a9c362747913f3b0482dc (patch) | |
tree | 746086cb1c65e19f3185e2771720518a033a43ef /mining | |
parent | 4501bdfbc96b500b9ab6675c4a6674f4e77da52b (diff) | |
parent | df04c27a35814c115690b96b94368ec08e54f796 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Conflicts:
mining/Makefile: now installs tmux and configures
Diffstat (limited to 'mining')
-rw-r--r-- | mining/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mining/Makefile b/mining/Makefile index 7f1e4a79..b867d469 100644 --- a/mining/Makefile +++ b/mining/Makefile @@ -1,12 +1,12 @@ -.PHONY: all format install +.PHONY: all format install configure select-target: @echo "You are made of stupid!" echo "look here" @cat Makefile format: cat README -install: - apt-get install --yes lm-sensors tmux +install: configure + apt-get install --yes lm-sensors tmux echo '#!/bin/bash' > /usr/bin/ati_license echo '#!/bin/sh' > /etc/init.d/live-boot echo 'wall "going down"' >> /etc/init.d/live-boot |