Skip to content
Snippets Groups Projects
Commit e100b951 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

30-upgrade: Add /fakebin to apt-get dist-upgrade

parent 53f593a8
No related branches found
No related tags found
Loading
...@@ -32,7 +32,8 @@ initChroot ...@@ -32,7 +32,8 @@ initChroot
# Changes distro # Changes distro
chroot "$CHROOTDIR" apt-get update chroot "$CHROOTDIR" apt-get update
chroot "$CHROOTDIR" apt-get -o Dpkg::Options::='--force-confdef' \ chroot "$CHROOTDIR" env PATH="/fakebin:$PATH" \
apt-get -o Dpkg::Options::='--force-confdef' \
-o Dpkg::Options::='--force-confold' -y --force-yes dist-upgrade -o Dpkg::Options::='--force-confold' -y --force-yes dist-upgrade
closeChroot closeChroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment