From ef478a976318389d4596ebfe780f3c9cfd10c63a Mon Sep 17 00:00:00 2001 From: Worm Date: Tue, 19 Mar 2024 14:20:14 +0700 Subject: [PATCH] Update README.md fix the link install GLIBC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68cf95c..6dd66ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Use URL in flight sheet: https://github.com/qubic-li/hiveos/releases/download/v1 - To run the Qubic miner, you need the beta version of HiveOS. `/hive/sbin/hive-replace --list` (choice 2/ yes to apply -- better to start this fresh install if you'r stuck) - GLIBC >=2.34 -```apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y && sed -i '/deb http://archive.ubuntu.com/ubuntu jammy main/d' /etc/apt/sources.list && apt update``` (answer yes to any question) +```apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y && sudo sed -i '/^deb http:\/\/archive\.ubuntu\.com\/ubuntu\ jammy\ main$/d' /etc/apt/sources.list && apt update``` (answer yes to any question) - Cuda 12+ drivers (525+) - Cuda 12 for 1000 series must be 535+ `nvidia-driver-update 535.146.02` (or newer)