alr-repo/portproton/preinstall.sh
2022-11-27 21:58:17 +03:00

6 lines
124 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