Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix the link install GLIBC
  • Loading branch information
Worm authored Mar 19, 2024
1 parent c52dd59 commit ef478a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef478a9

Please # to comment.