chore: Add CachyOS support

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung
2025-02-04 16:15:36 +01:00
parent 9784f3c138
commit cb6da1a84f
23 changed files with 27 additions and 23 deletions

View File

@@ -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!"