gnome-boxes: continue removing non recommended urls.
This commit is contained in:
parent
df35f0d86a
commit
bd0958cc41
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue