We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1160287 commit b3cb354Copy full SHA for b3cb354
.github/ISSUE_TEMPLATE/sbc-board.md
@@ -20,7 +20,7 @@ assignees: ''
20
## Linux/system information
21
22
```
23
-# output of `screenfetch`
+# output of `fastfetch`
24
PASTE_HERE
25
26
# output of `uname -a`
benchmark/tasks/basics.py
@@ -5,6 +5,7 @@
5
commands=["uname -a"],
6
)
7
8
+# TODO: Update to fastfetch, which is a little tricky on Debian < 13 and Ubuntu.
9
screenfetch_info = server.shell(
10
commands=["screenfetch"],
11
0 commit comments