- Go to https://github.com/yuk7/ArchWSL/releases and download the non online appx and cer
- Install the cer to the machine in "Trusted Root Certification Authorities"
- Start Arch and wait for install to complete
- Start Arch again and wait for the keyring to initialize, if not, see yuk7/ArchWSL#317
- Fix the use of llvmpipe usage instead of D3D12, see yuk7/ArchWSL#308 and microsoft/wslg#1129
- Enable pulseaudio support by installing pulseaudio and setting PULSE_SERVER to /mnt/wslg/PulseServer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| irm get.scoop.sh | iex | |
| scoop install busybox rustup ruby msys2 python | |
| ridk install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import digitalio | |
| import board | |
| import usb_hid | |
| import time | |
| from adafruit_hid.keyboard import Keyboard | |
| from adafruit_hid.mouse import Mouse | |
| from adafruit_hid.keycode import Keycode | |
| from adafruit_hid.consumer_control import ConsumerControl | |
| from adafruit_hid.consumer_control_code import ConsumerControlCode |