Add missing suse packages

This commit is contained in:
InfRandomness 2021-06-13 21:46:35 +02:00
parent 901108353f
commit dcd2b348c2
No known key found for this signature in database
GPG key ID: 0C639D72A4F7226D

View file

@ -324,7 +324,7 @@ suse()
fi fi
fi fi
echo "Installing necessary build tools..." echo "Installing necessary build tools..."
sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make fuse-devel cmake sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make fuse-devel cmake openssl automake gettext-tools libtool po4a patch flex gperf
} }
############################################################################## ##############################################################################