From: Siraaj Khandkar Date: Fri, 6 Nov 2020 11:28:26 +0000 (-0500) Subject: Replace Ubuntu Racket pkg with a ppa recipe X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=c3e56799e0ddfc999b18598c371167242e0ba671 Replace Ubuntu Racket pkg with a ppa recipe --- diff --git a/deps/racket/Makefile b/deps/racket/Makefile new file mode 100644 index 0000000..3cc4601 --- /dev/null +++ b/deps/racket/Makefile @@ -0,0 +1,5 @@ +.PHONY: ubuntu +ubuntu: + sudo add-apt-repository ppa:plt/racket + sudo apt update + sudo apt install racket diff --git a/pkgs-ubuntu.list b/pkgs-ubuntu.list index 8ba78c3..1b6440a 100644 --- a/pkgs-ubuntu.list +++ b/pkgs-ubuntu.list @@ -153,9 +153,6 @@ subversion-tools guile-2.0 guile-2.0-doc -# Racket -racket - # Chez Scheme chezscheme