This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/config/hooks/normal/0450-enable-multiarch.hook.chroot
2020-04-13 15:13:56 +02:00

4 lines
71 B
Bash
Executable File

#!/bin/bash
echo "running [$0]"
dpkg --add-architecture i386
apt update