alr-repo/portproton/preinstall.sh
2022-12-03 13:31:09 +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