diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh index 646f77b..38f72e6 100644 --- a/portproton/preinstall.sh +++ b/portproton/preinstall.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [["${disto}" == "debian"]]; then +if grep -q ID=debian "/etc/os-release"; then sudo dpkg --add-architecture i386 sudo apt-get update -fi \ No newline at end of file +fi