alr-repo/portproton/preinstall.sh
2022-11-10 23:58:04 +03:00

6 lines
122 B
Bash

#!/usr/bin/env bash
if grep -q ID=debian "/etc/os-release"; then
sudo dpkg --add-architecture i386
sudo apt-get update
fi