Skip to content
Snippets Groups Projects
Commit 1b336423 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Merge branch 'add_spice-vdagent' into 'master'

makeiso.sh: add spice-vdagent

See merge request !15
parents 28875db6 8cfec436
No related branches found
No related tags found
1 merge request!15makeiso.sh: add spice-vdagent
...@@ -286,7 +286,7 @@ apt-get clean ...@@ -286,7 +286,7 @@ apt-get clean
apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends $DIST apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends $DIST
aptitude unmarkauto $(apt-cache depends $DIST | grep Depends | sed s/.*:.//) aptitude unmarkauto $(apt-cache depends $DIST | grep Depends | sed s/.*:.//)
apt-get clean apt-get clean
apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends ${DIST}-recommended apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends ${DIST}-recommended spice-vdagent
aptitude unmarkauto $(apt-cache depends $DIST-recommended | grep Depends | sed s/.*:.//) aptitude unmarkauto $(apt-cache depends $DIST-recommended | grep Depends | sed s/.*:.//)
apt-get clean apt-get clean
apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends trisquel-base-recommended apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends trisquel-base-recommended
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment