mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-18 11:00:42 +01:00
chore: Add CachyOS support
Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
@@ -209,7 +209,7 @@ function check_and_install_wine() {
|
||||
|
||||
# Check wine status 0 and install Wine version
|
||||
if [ "$wine_status" -eq 0 ]; then
|
||||
if [[ $distribution == "arch" || $distribution == "manjaro" || $distribution == "endeavouros" ]]; then
|
||||
if [[ $distribution == "arch" || $distribution == "manjaro" || $distribution == "endeavouros" || $distribution == "cachyos" ]]; then
|
||||
echo "Installing Wine for Arch Linux ..."
|
||||
if grep -q '^\[multilib\]$' /etc/pacman.conf; then
|
||||
echo "Multilib is already enabled!"
|
||||
|
||||
Reference in New Issue
Block a user