mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
* Treat linuxmint the same as ubuntu. fixes #6591 * Merge branch 'SoftFever:main' into buildlinuxmint
This commit is contained in:
@@ -80,7 +80,7 @@ fi
|
||||
|
||||
DISTRIBUTION=$(awk -F= '/^ID=/ {print $2}' /etc/os-release)
|
||||
# treat ubuntu as debian
|
||||
if [ "${DISTRIBUTION}" == "ubuntu" ]
|
||||
if [ "${DISTRIBUTION}" == "ubuntu" ] || [ "${DISTRIBUTION}" == "linuxmint" ]
|
||||
then
|
||||
DISTRIBUTION="debian"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user