Install Code Server on Artix
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...
hashnode.adityakumar.xyz1 min read