diff --git a/Makefile b/Makefile index aa24e1e..f195d4a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ SHELL = /bin/bash .PHONY: help help: @echo "update - Update current project list" update: - @curl -o packages https://build.solus-project.com/projects.list + @curl https://build.solus-project.com/projects.list | grep -E "^packages/" | cut -d '/' -f 2 | sed -e 's/\.git$$//g' | sort > packages