From 4b9a23e4fef34cf6ab24c1ffcbd822fdfee2c6d9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 12 Feb 2021 05:49:50 -0600 Subject: [PATCH] DBUS not working on Ubuntu USB. --- tasks/miner/gpu/ethminer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/gpu/ethminer.yml b/tasks/miner/gpu/ethminer.yml index 224fc5b..65dc34b 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -51,7 +51,7 @@ when: ethminer_install.failed - name: Ethminer | cmake Flags - shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=ON -DUSE_SYS_OPENCL=OFF -DEVBUILD=ON' + shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=OFF -DUSE_SYS_OPENCL=OFF -DEVBUILD=ON' when: ethminer_install.failed - name: Ethminer | cmake Build