File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ installer_url () {
5151build_snapshot () {
5252 declare -r version=" snapshot" ;
5353
54- declare -r installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-jesse .sh" ;
54+ declare -r installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-buster .sh" ;
5555 build " racket" " ${installer} " " ${version} " " ${version} " ;
5656
57- declare -r full_installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-jesse .sh" ;
57+ declare -r full_installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-buster .sh" ;
5858 build " racket" " ${full_installer} " " ${version} " " ${version} -full" ;
5959}
6060
You can’t perform that action at this time.
0 commit comments