Skip to content

Commit 325ffa7

Browse files
committed
Adds extra info for deps msg
1 parent c2847a9 commit 325ffa7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bittensor_cli/src/bittensor/utils.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,13 @@ def print_linux_dependency_message():
12851285
console.print("[green]sudo pacman -S webkit2gtk[/green]")
12861286
console.print("\nDebian / Ubuntu:")
12871287
console.print("[green]sudo apt install libwebkit2gtk-4.0-dev[/green]")
1288+
console.print("\nNote for Ubuntu 24.04+ & Debian 13+:")
1289+
console.print(
1290+
"You may need to add the following line to your `/etc/apt/sources.list` file:"
1291+
)
1292+
console.print("[green]http://gb.archive.ubuntu.com/ubuntu jammy main[/green]")
12881293
console.print("\nFedora / CentOS / AlmaLinux:")
1289-
console.print("[green]sudo dnf install gtk3-devel webkit2gtk3-devel[/green]")
1294+
console.print("[green]sudo dnf install gtk3-devel webkit2gtk3-devel[/green]\n\n")
12901295

12911296

12921297
def is_linux():

0 commit comments

Comments
 (0)