gnome-boxes: continue removing non recommended urls.

This commit is contained in:
Ark74 2023-06-02 11:00:52 -06:00
parent df35f0d86a
commit bd0958cc41

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
@ -48,6 +48,9 @@ cat << recommended-os > data/recommended-downloads.xml
</list>
recommended-os
# Remove gnome recommendation.
grep -rl "<url>.*.iso.*</url>" data/osinfo/|xargs sed -i "/.iso/d"
changelog "Replace recommended downloads."
compile