From 80ae4e7873d08b793e9d48f09e8bcd378ee8cb6a Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Tue, 24 Aug 2021 15:16:10 -0400 Subject: [PATCH] Fix install.sh on Pop!_OS and other Debian derivatives (#385) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aef5da333e..e823e2ee23 100755 --- a/install.sh +++ b/install.sh @@ -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