Skip to content

Commit b3cb354

Browse files
committed
Use fastfetch instead of screenfetch.
1 parent 1160287 commit b3cb354

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/sbc-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ assignees: ''
2020
## Linux/system information
2121

2222
```
23-
# output of `screenfetch`
23+
# output of `fastfetch`
2424
PASTE_HERE
2525
2626
# output of `uname -a`

benchmark/tasks/basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
commands=["uname -a"],
66
)
77

8+
# TODO: Update to fastfetch, which is a little tricky on Debian < 13 and Ubuntu.
89
screenfetch_info = server.shell(
910
commands=["screenfetch"],
1011
)

0 commit comments

Comments
 (0)