04-apt-architectures 204 B

1234567891011
  1. #! /bin/sh
  2. set -e
  3. echo "Configuring APT architectures for the duration of chroot_local-hooks"
  4. echo 'APT::Architectures {"i386"; "amd64";};' \
  5. > /etc/apt/apt.conf.d/13architectures
  6. apt-get update