Replace Ubuntu Racket pkg with a ppa recipe
[khome.git] / deps / racket / Makefile
diff --git a/deps/racket/Makefile b/deps/racket/Makefile
new file mode 100644 (file)
index 0000000..3cc4601
--- /dev/null
@@ -0,0 +1,5 @@
+.PHONY: ubuntu
+ubuntu:
+       sudo add-apt-repository ppa:plt/racket
+       sudo apt update
+       sudo apt install racket
This page took 0.025512 seconds and 4 git commands to generate.