diff --git a/config/hooks/normal/0450-enable-multiarch.hook.chroot b/config/hooks/normal/0450-enable-multiarch.hook.chroot new file mode 100755 index 0000000..153cdc0 --- /dev/null +++ b/config/hooks/normal/0450-enable-multiarch.hook.chroot @@ -0,0 +1,3 @@ +#!/bin/bash +dpkg --add-architecture i386 +apt update \ No newline at end of file