alr-repo/portproton/preinstall.sh

5 lines
92 B
Bash

#!/usr/bin/env bash
if [["${disto}" == "debian"]];
then
sudo dpkg --add-architecture i386
fi