Skip to content

Instantly share code, notes, and snippets.

@s0kil
Last active September 13, 2023 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0kil/2e1e0ebb09dcec33c3e7eecf343ec7f6 to your computer and use it in GitHub Desktop.
Save s0kil/2e1e0ebb09dcec33c3e7eecf343ec7f6 to your computer and use it in GitHub Desktop.
Chrome OS Linux BTC Tools
#!/bin/bash
xhost +si:localuser:root
DISABLE_WAYLAND=1 sudo /snap/bin/btctools
xhost -si:localuser:root
# References
# https://support.google.com/chromebook/thread/173115216/linux-terminal-unable-to-open-display-0?hl=en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment