Install Code Server on Artix
Jun 15, 2022 · 1 min read · Same as installing code-server on Arch, except you need an OpenRC script. Install using yay yay is a convenient AUR helper. yay -S code-server Install using makepkg git clone https://aur.archlinux.org/code-server.git cd code-server makepkg -si Do...
Join discussion