diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 26f0c3d8..427dc2a8 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -156,7 +156,7 @@ bootstrap() { if [ "$1" = "diffoscope" ] ; then robust_chroot_apt install -y --install-recommends diffoscope fi - robust_chroot_apt install -y --no-install-recommends "$@" + robust_chroot_apt install -y --no-install-recommends "$@ sudo" # always try to use diffoscope from unstable if [ "$SUITE" = "testing" ] && [ "$1" = "diffoscope" ] ; then echo "deb $MIRROR unstable main" | sudo tee -a $CHROOT_TARGET/etc/apt/sources.list > /dev/null |