Replace Ubuntu Racket pkg with a ppa recipe
[khome.git] / deps / racket / Makefile
1 .PHONY: ubuntu
2 ubuntu:
3 sudo add-apt-repository ppa:plt/racket
4 sudo apt update
5 sudo apt install racket
This page took 0.059666 seconds and 4 git commands to generate.