Skip to content

Commit d4d8a68

Browse files
committed
Update message
1 parent 09e4fcb commit d4d8a68

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

bittensor_cli/src/bittensor/utils.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,10 +1286,16 @@ def print_linux_dependency_message():
12861286
console.print("\nDebian / Ubuntu:")
12871287
console.print("[green]sudo apt install libwebkit2gtk-4.0-dev[/green]")
12881288
console.print("\nNote for Ubuntu 24.04+ & Debian 13+:")
1289+
console.print("You may need these additional steps to install libwebkit2gtk:")
12891290
console.print(
1290-
"You may need to add the following line to your `/etc/apt/sources.list` file:"
1291+
"\tCreate a new source file with: [green]sudo vim /etc/apt/sources.list.d/jammy-temp.list[/green]"
1292+
)
1293+
console.print(
1294+
"\tAdd this into the file and save: [green]deb http://archive.ubuntu.com/ubuntu jammy main universe[/green]"
1295+
)
1296+
console.print(
1297+
"\tUpdate the repository and install the webkit dependency: [green]sudo apt update && sudo apt install libwebkit2gtk-4.0-dev[/green]"
12911298
)
1292-
console.print("[green]http://gb.archive.ubuntu.com/ubuntu jammy main[/green]")
12931299
console.print("\nFedora / CentOS / AlmaLinux:")
12941300
console.print("[green]sudo dnf install gtk3-devel webkit2gtk3-devel[/green]\n\n")
12951301

0 commit comments

Comments
 (0)