Skip to content

Commit ae48b0b

Browse files
committed
#411 add X11 message fallback to inform user their CPU is not supported
1 parent 2fc2a81 commit ae48b0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root/defaults/startwm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
xterm -e sh -c 'echo "Your platform is not supported, ensure you have a CPU with AVX2 support"; sleep infinity'

0 commit comments

Comments
 (0)