Fix install.sh on Pop!_OS and other Debian derivatives (#385)

This commit is contained in:
Anghelo Carvajal 2021-08-24 15:16:10 -04:00 committed by GitHub
parent f81658b0fa
commit 80ae4e7873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ curl -L "https://github.com/pmret/gcc-papermario/releases/download/master/linux.
curl -L "https://github.com/pmret/binutils-papermario/releases/download/master/linux.tar.gz" | tar zx -C tools/build/cc/gcc
# Debian and derivatives (apt)
if cat /etc/os-release | grep -E 'ID=debian|ID_LIKE=debian' &> /dev/null; then
if cat /etc/os-release | grep -E 'ID=debian|ID_LIKE=(.*)debian' &> /dev/null; then
echo "Installing packages for Debian or derivative (apt)"
# Add i386 arch for wine32